#36E9BF

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

Shades of Turquoise #36E9BF

Tints of Turquoise #36E9BF

Color information

#36E9BF (or 0x36E9BF) is unknown color: approx Turquoise. HEX triplet: 36, E9 and BF. RGB value is (54,233,191). Sum of RGB (Red+Green+Blue) = 54+233+191=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #36E9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E9BF is #C91640. Grayscale: #AEAEAE. Windows color (decimal): -13178433 or 12577078. OLE color: 12577078.

HSL color Cylindrical-coordinate representation of color #36E9BF: hue angle of 165.92º 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 #36E9BF is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB54233191-
CMYK0.7700.180.09
HSL165.92º80.27%56.27%-
HSV(B)165.92º76.82%91.37%-
XYZ40.0662.8259.3-
YUV174.69137.241.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.30%
GREEN value IS 233 (91.41% from 255) = 48.74%
BLUE value IS 191 (75% from 255) = 39.96%
R=11.30%
G=48.74%
B=39.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal542331910.7700.180.09165.9280.2756.27
Hex36E9BF4D0129a65038
Octal663512771150221124612070
Binary110110111010011011111110011010100101001101001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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