#36CAB8

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

Shades of Medium Turquoise #36CAB8

Tints of Medium Turquoise #36CAB8

Color information

#36CAB8 (or 0x36CAB8) is unknown color: approx Medium Turquoise. HEX triplet: 36, CA and B8. RGB value is (54,202,184). Sum of RGB (Red+Green+Blue) = 54+202+184=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CAB8 is #C93547. Grayscale: #9B9B9B. Windows color (decimal): -13186376 or 12110390. OLE color: 12110390.

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

Color convert

RGB54202184-
CMYK0.7300.090.21
HSL172.7º58.27%50.2%-
HSV(B)172.7º73.27%79.22%-
XYZ31.2946.4952.67-
YUV155.7143.9755.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.27%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 184 (72.27% from 255) = 41.82%
R=12.27%
G=45.91%
B=41.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal542021840.7300.090.21172.758.2750.2
Hex36CAB8490915ad3a32
Octal66312270111011252557262
Binary11011011001010101110001001001010011010110101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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