#36EAB8

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

Shades of Turquoise #36EAB8

Tints of Turquoise #36EAB8

Color information

#36EAB8 (or 0x36EAB8) is unknown color: approx Turquoise. HEX triplet: 36, EA and B8. RGB value is (54,234,184). Sum of RGB (Red+Green+Blue) = 54+234+184=472 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.44% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #36EAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EAB8 is #C91547. Grayscale: #AEAEAE. Windows color (decimal): -13178184 or 12118582. OLE color: 12118582.

HSL color Cylindrical-coordinate representation of color #36EAB8: hue angle of 163.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EAB8 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB54234184-
CMYK0.7700.210.08
HSL163.33º81.08%56.47%-
HSV(B)163.33º76.92%91.76%-
XYZ39.663.0955.44-
YUV174.48133.3742.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.44%
GREEN value IS 234 (91.80% from 255) = 49.58%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=11.44%
G=49.58%
B=38.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal542341840.7700.210.08163.3381.0856.47
Hex36EAB84D0158a35138
Octal663522701150251024312170
Binary110110111010101011100010011010101011000101000111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,234,184); }

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

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

 a { background-color: rgb(54,234,184); }

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

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

 span { border-color: rgb(54,234,184); }

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