#36E2C2

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

Shades of Turquoise #36E2C2

Tints of Turquoise #36E2C2

Color information

#36E2C2 (or 0x36E2C2) is unknown color: approx Turquoise. HEX triplet: 36, E2 and C2. RGB value is (54,226,194). Sum of RGB (Red+Green+Blue) = 54+226+194=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #36E2C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E2C2 is #C91D3D. Grayscale: #AAAAAA. Windows color (decimal): -13180222 or 12771894. OLE color: 12771894.

HSL color Cylindrical-coordinate representation of color #36E2C2: hue angle of 168.84º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E2C2 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB54226194-
CMYK0.7600.140.11
HSL168.84º74.78%54.9%-
HSV(B)168.84º76.11%88.63%-
XYZ38.4659.0760.41-
YUV170.92141.0244.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.39%
GREEN value IS 226 (88.67% from 255) = 47.68%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=11.39%
G=47.68%
B=40.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal542261940.7600.140.11168.8474.7854.9
Hex36E2C24C0EBa94b37
Octal663423021140161325111367
Binary11011011100010110000101001100011101011101010011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,226,194); }

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

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

 a { background-color: rgb(54,226,194); }

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

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

 span { border-color: rgb(54,226,194); }

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