#36DECA

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

Shades of Turquoise #36DECA

Tints of Turquoise #36DECA

Color information

#36DECA (or 0x36DECA) is unknown color: approx Turquoise. HEX triplet: 36, DE and CA. RGB value is (54,222,202). Sum of RGB (Red+Green+Blue) = 54+222+202=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #36DECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DECA is #C92135. Grayscale: #A9A9A9. Windows color (decimal): -13181238 or 13295158. OLE color: 13295158.

HSL color Cylindrical-coordinate representation of color #36DECA: hue angle of 172.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DECA is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB54222202-
CMYK0.7600.090.13
HSL172.86º71.79%54.12%-
HSV(B)172.86º75.68%87.06%-
XYZ38.357.2964.92-
YUV169.49146.3445.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.30%
GREEN value IS 222 (87.11% from 255) = 46.44%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=11.30%
G=46.44%
B=42.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal542222020.7600.090.13172.8671.7954.12
Hex36DECA4C09Dad4836
Octal663363121140111525511066
Binary11011011011110110010101001100010011101101011011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,222,202); }

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

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

 a { background-color: rgb(54,222,202); }

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

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

 span { border-color: rgb(54,222,202); }

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