#36D5CF

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

Shades of Turquoise #36D5CF

Tints of Turquoise #36D5CF

Color information

#36D5CF (or 0x36D5CF) is unknown color: approx Turquoise. HEX triplet: 36, D5 and CF. RGB value is (54,213,207). Sum of RGB (Red+Green+Blue) = 54+213+207=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #36D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5CF is #C92A30. Grayscale: #A4A4A4. Windows color (decimal): -13183537 or 13620534. OLE color: 13620534.

HSL color Cylindrical-coordinate representation of color #36D5CF: hue angle of 177.74º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D5CF is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB54213207-
CMYK0.7500.030.16
HSL177.74º65.43%52.35%-
HSV(B)177.74º74.65%83.53%-
XYZ36.5852.8867.31-
YUV164.78151.8248.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.39%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=11.39%
G=44.94%
B=43.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal542132070.7500.030.16177.7465.4352.35
Hex36D5CF4B0310b24134
Octal66325317113032026210164
Binary1101101101010111001111100101101110000101100101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,213,207); }

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

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

 a { background-color: rgb(54,213,207); }

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

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

 span { border-color: rgb(54,213,207); }

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