#36FDEC

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

Shades of Turquoise #36FDEC

Tints of Turquoise #36FDEC

Color information

#36FDEC (or 0x36FDEC) is unknown color: approx Turquoise. HEX triplet: 36, FD and EC. RGB value is (54,253,236). Sum of RGB (Red+Green+Blue) = 54+253+236=543 (71% of max value = 765). Red value is 54 (21.48% from 255 or 9.94% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FDEC is #C90213. Grayscale: #BFBFBF. Windows color (decimal): -13173268 or 15531318. OLE color: 15531318.

HSL color Cylindrical-coordinate representation of color #36FDEC: hue angle of 174.87º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FDEC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB54253236-
CMYK0.7900.070.01
HSL174.87º98.03%60.2%-
HSV(B)174.87º78.66%99.22%-
XYZ51.7977.0991.51-
YUV191.56153.0729.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 9.94%
GREEN value IS 253 (99.22% from 255) = 46.59%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=9.94%
G=46.59%
B=43.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal542532360.7900.070.01174.8798.0360.2
Hex36FDEC4F071af623c
Octal6637535411707125714274
Binary1101101111110111101100100111101111101011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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