#36E2BC

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

Shades of Turquoise #36E2BC

Tints of Turquoise #36E2BC

Color information

#36E2BC (or 0x36E2BC) is unknown color: approx Turquoise. HEX triplet: 36, E2 and BC. RGB value is (54,226,188). Sum of RGB (Red+Green+Blue) = 54+226+188=468 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.54% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #36E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E2BC is #C91D43. Grayscale: #AAAAAA. Windows color (decimal): -13180228 or 12378678. OLE color: 12378678.

HSL color Cylindrical-coordinate representation of color #36E2BC: hue angle of 166.74º 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 #36E2BC is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB54226188-
CMYK0.7600.170.11
HSL166.74º74.78%54.9%-
HSV(B)166.74º76.11%88.63%-
XYZ37.7958.8156.94-
YUV170.24138.0245.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.54%
GREEN value IS 226 (88.67% from 255) = 48.29%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=11.54%
G=48.29%
B=40.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal542261880.7600.170.11166.7474.7854.9
Hex36E2BC4C011Ba74b37
Octal663422741140211324711367
Binary110110111000101011110010011000100011011101001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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