#36CCCB

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

Shades of Medium Turquoise #36CCCB

Tints of Medium Turquoise #36CCCB

Color information

#36CCCB (or 0x36CCCB) is unknown color: approx Medium Turquoise. HEX triplet: 36, CC and CB. RGB value is (54,204,203). Sum of RGB (Red+Green+Blue) = 54+204+203=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCCB is #C93334. Grayscale: #9E9E9E. Windows color (decimal): -13185845 or 13356086. OLE color: 13356086.

HSL color Cylindrical-coordinate representation of color #36CCCB: hue angle of 179.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CCCB is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB54204203-
CMYK0.7400.000.2
HSL179.6º59.52%50.59%-
HSV(B)179.6º73.53%80%-
XYZ33.8948.2864.03-
YUV159.04152.853.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.71%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=11.71%
G=44.25%
B=44.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal542042030.7400.000.2179.659.5250.59
Hex36CCCB4A0014b43c33
Octal6631431311200242647463
Binary11011011001100110010111001010001010010110100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,204,203); }

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

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

 a { background-color: rgb(54,204,203); }

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

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

 span { border-color: rgb(54,204,203); }

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