#36F5DA

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

Shades of Turquoise #36F5DA

Tints of Turquoise #36F5DA

Color information

#36F5DA (or 0x36F5DA) is unknown color: approx Turquoise. HEX triplet: 36, F5 and DA. RGB value is (54,245,218). Sum of RGB (Red+Green+Blue) = 54+245+218=517 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.44% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F5DA is #C90A25. Grayscale: #B8B8B8. Windows color (decimal): -13175334 or 14349622. OLE color: 14349622.

HSL color Cylindrical-coordinate representation of color #36F5DA: hue angle of 171.52º 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 #36F5DA is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB54245218-
CMYK0.7800.110.04
HSL171.52º90.52%58.63%-
HSV(B)171.52º77.96%96.08%-
XYZ46.8371.1577.6-
YUV184.81146.7234.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.44%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=10.44%
G=47.39%
B=42.17%

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
Decimal542452180.7800.110.04171.5290.5258.63
Hex36F5DA4E0B4ac5b3b
Octal66365332116013425413373
Binary1101101111010111011010100111001011100101011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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