#41DEDB

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

Shades of Turquoise #41DEDB

Tints of Turquoise #41DEDB

Color information

#41DEDB (or 0x41DEDB) is unknown color: approx Turquoise. HEX triplet: 41, DE and DB. RGB value is (65,222,219). Sum of RGB (Red+Green+Blue) = 65+222+219=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #41DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DEDB is #BE2124. Grayscale: #AEAEAE. Windows color (decimal): -12460325 or 14409281. OLE color: 14409281.

HSL color Cylindrical-coordinate representation of color #41DEDB: hue angle of 178.85º 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 #41DEDB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB65222219-
CMYK0.7100.010.13
HSL178.85º70.4%56.27%-
HSV(B)178.85º70.72%87.06%-
XYZ41.0958.4876.14-
YUV174.72152.9949.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.85%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=12.85%
G=43.87%
B=43.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal652222190.7100.010.13178.8570.456.27
Hex41DEDB4701Db34638
Octal101336333107011526310670
Binary100000111011110110110111000111011101101100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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