#36ECB2

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

Shades of Turquoise #36ECB2

Tints of Turquoise #36ECB2

Color information

#36ECB2 (or 0x36ECB2) is unknown color: approx Turquoise. HEX triplet: 36, EC and B2. RGB value is (54,236,178). Sum of RGB (Red+Green+Blue) = 54+236+178=468 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.54% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36ECB2 is #C9134D. Grayscale: #AFAFAF. Windows color (decimal): -13177678 or 11725878. OLE color: 11725878.

HSL color Cylindrical-coordinate representation of color #36ECB2: hue angle of 160.88º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36ECB2 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB54236178-
CMYK0.7700.250.07
HSL160.88º82.73%56.86%-
HSV(B)160.88º77.12%92.55%-
XYZ39.5563.9952.39-
YUV174.97129.741.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.54%
GREEN value IS 236 (92.58% from 255) = 50.43%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=11.54%
G=50.43%
B=38.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal542361780.7700.250.07160.8882.7356.86
Hex36ECB24D0197a15339
Octal66354262115031724112371
Binary11011011101100101100101001101011001111101000011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36ECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,236,178); }

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

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

 a { background-color: rgb(54,236,178); }

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

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

 span { border-color: rgb(54,236,178); }

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