#41D1DE

Color #41D1DE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #41D1DE

Tints of Medium Turquoise #41D1DE

Color information

#41D1DE (or 0x41D1DE) is unknown color: approx Medium Turquoise. HEX triplet: 41, D1 and DE. RGB value is (65,209,222). Sum of RGB (Red+Green+Blue) = 65+209+222=496 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.10% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #41D1DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D1DE is #BE2E21. Grayscale: #A7A7A7. Windows color (decimal): -12463650 or 14602561. OLE color: 14602561.

HSL color Cylindrical-coordinate representation of color #41D1DE: hue angle of 184.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41D1DE is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB65209222-
CMYK0.710.0600.13
HSL184.97º70.4%56.27%-
HSV(B)184.97º70.72%87.06%-
XYZ38.175277.13-
YUV167.43158.7954.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 13.10%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=13.10%
G=42.14%
B=44.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal652092220.710.0600.13184.9770.456.27
Hex41D1DE4760Db94638
Octal101321336107601527110670
Binary10000011101000111011110100011111001101101110011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41D1DE; }

 p { color: rgb(65,209,222); }

 H1.HeaderClassName
 {
   color: #41D1DE;
 }
 .AnyTagClassName
 {
   color: #41D1DE;
 }
</style>
background-color css

<style>
 a { background-color: #41D1DE; }

 a { background-color: rgb(65,209,222); }

 div.DivClassName
 {
   background-color: #41D1DE;
 }
 .BgClassName
 {
   background-color: #41D1DE;
 }
</style>
border-color css

<style>
 span { border-color: #41D1DE; }

 span { border-color: rgb(65,209,222); }

 td.TdClassName
 {
   border-color: #41D1DE;
 }
 .TagClassName
 {
   border-color: #41D1DE;
 }
</style>