#36E9B9

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

Shades of Turquoise #36E9B9

Tints of Turquoise #36E9B9

Color information

#36E9B9 (or 0x36E9B9) is unknown color: approx Turquoise. HEX triplet: 36, E9 and B9. RGB value is (54,233,185). Sum of RGB (Red+Green+Blue) = 54+233+185=472 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.44% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #36E9B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E9B9 is #C91646. Grayscale: #AEAEAE. Windows color (decimal): -13178439 or 12183862. OLE color: 12183862.

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

Color convert

RGB54233185-
CMYK0.7700.210.09
HSL163.91º80.27%56.27%-
HSV(B)163.91º76.82%91.37%-
XYZ39.4262.5655.9-
YUV174.01134.242.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.44%
GREEN value IS 233 (91.41% from 255) = 49.36%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=11.44%
G=49.36%
B=39.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal542331850.7700.210.09163.9180.2756.27
Hex36E9B94D0159a45038
Octal663512711150251124412070
Binary110110111010011011100110011010101011001101001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,233,185); }

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

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

 a { background-color: rgb(54,233,185); }

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

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

 span { border-color: rgb(54,233,185); }

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