#36CAC9

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

Shades of Medium Turquoise #36CAC9

Tints of Medium Turquoise #36CAC9

Color information

#36CAC9 (or 0x36CAC9) is unknown color: approx Medium Turquoise. HEX triplet: 36, CA and C9. RGB value is (54,202,201). Sum of RGB (Red+Green+Blue) = 54+202+201=457 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.82% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CAC9 is #C93536. Grayscale: #9D9D9D. Windows color (decimal): -13186359 or 13224502. OLE color: 13224502.

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

Color convert

RGB54202201-
CMYK0.7300.000.21
HSL179.59º58.27%50.2%-
HSV(B)179.59º73.27%79.22%-
XYZ33.1847.2462.63-
YUV157.63152.4754.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.82%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 201 (78.91% from 255) = 43.98%
R=11.82%
G=44.20%
B=43.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal542022010.7300.000.21179.5958.2750.2
Hex36CAC9490015b43a32
Octal6631231111100252647262
Binary11011011001010110010011001001001010110110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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