#36F5D9

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

Shades of Turquoise #36F5D9

Tints of Turquoise #36F5D9

Color information

#36F5D9 (or 0x36F5D9) is unknown color: approx Turquoise. HEX triplet: 36, F5 and D9. RGB value is (54,245,217). Sum of RGB (Red+Green+Blue) = 54+245+217=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F5D9 is #C90A26. Grayscale: #B8B8B8. Windows color (decimal): -13175335 or 14284086. OLE color: 14284086.

HSL color Cylindrical-coordinate representation of color #36F5D9: hue angle of 171.2º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F5D9 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB54245217-
CMYK0.7800.110.04
HSL171.2º90.52%58.63%-
HSV(B)171.2º77.96%96.08%-
XYZ46.771.176.91-
YUV184.7146.2234.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.47%
GREEN value IS 245 (96.09% from 255) = 47.48%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=10.47%
G=47.48%
B=42.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542452170.7800.110.04171.290.5258.63
Hex36F5D94E0B4ab5b3b
Octal66365331116013425313373
Binary1101101111010111011001100111001011100101010111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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