#36CABB

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

Shades of Medium Turquoise #36CABB

Tints of Medium Turquoise #36CABB

Color information

#36CABB (or 0x36CABB) is unknown color: approx Medium Turquoise. HEX triplet: 36, CA and BB. RGB value is (54,202,187). Sum of RGB (Red+Green+Blue) = 54+202+187=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #36CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CABB is #C93544. Grayscale: #9B9B9B. Windows color (decimal): -13186373 or 12306998. OLE color: 12306998.

HSL color Cylindrical-coordinate representation of color #36CABB: hue angle of 173.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CABB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB54202187-
CMYK0.7300.070.21
HSL173.92º58.27%50.2%-
HSV(B)173.92º73.27%79.22%-
XYZ31.6146.6154.34-
YUV156.04145.4755.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.19%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=12.19%
G=45.60%
B=42.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal542021870.7300.070.21173.9258.2750.2
Hex36CABB490715ae3a32
Octal6631227311107252567262
Binary1101101100101010111011100100101111010110101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,202,187); }

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

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

 a { background-color: rgb(54,202,187); }

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

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

 span { border-color: rgb(54,202,187); }

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