#36D9DB

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

Shades of Turquoise #36D9DB

Tints of Turquoise #36D9DB

Color information

#36D9DB (or 0x36D9DB) is unknown color: approx Turquoise. HEX triplet: 36, D9 and DB. RGB value is (54,217,219). Sum of RGB (Red+Green+Blue) = 54+217+219=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #36D9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D9DB is #C92624. Grayscale: #A8A8A8. Windows color (decimal): -13182501 or 14407990. OLE color: 14407990.

HSL color Cylindrical-coordinate representation of color #36D9DB: hue angle of 180.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D9DB is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB54217219-
CMYK0.750.0100.14
HSL180.73º69.62%53.53%-
HSV(B)180.73º75.34%85.88%-
XYZ39.1255.5275.67-
YUV168.49156.546.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.02%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=11.02%
G=44.29%
B=44.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal542172190.750.0100.14180.7369.6253.53
Hex36D9DB4B10Eb54636
Octal66331333113101626510666
Binary11011011011001110110111001011101110101101011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36D9DB; }

 p { color: rgb(54,217,219); }

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

<style>
 a { background-color: #36D9DB; }

 a { background-color: rgb(54,217,219); }

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

<style>
 span { border-color: #36D9DB; }

 span { border-color: rgb(54,217,219); }

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