#36F5EC

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

Shades of Turquoise #36F5EC

Tints of Turquoise #36F5EC

Color information

#36F5EC (or 0x36F5EC) is unknown color: approx Turquoise. HEX triplet: 36, F5 and EC. RGB value is (54,245,236). Sum of RGB (Red+Green+Blue) = 54+245+236=535 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.09% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36F5EC is #C90A13. Grayscale: #BABABA. Windows color (decimal): -13175316 or 15529270. OLE color: 15529270.

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

Color convert

RGB54245236-
CMYK0.7800.040.04
HSL177.17º90.52%58.63%-
HSV(B)177.17º77.96%96.08%-
XYZ49.3172.1590.68-
YUV186.86155.7233.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.09%
GREEN value IS 245 (96.09% from 255) = 45.79%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=10.09%
G=45.79%
B=44.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542452360.7800.040.04177.1790.5258.63
Hex36F5EC4E044b15b3b
Octal6636535411604426113373
Binary110110111101011110110010011100100100101100011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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