#36CACC

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

Shades of Medium Turquoise #36CACC

Tints of Medium Turquoise #36CACC

Color information

#36CACC (or 0x36CACC) is unknown color: approx Medium Turquoise. HEX triplet: 36, CA and CC. RGB value is (54,202,204). Sum of RGB (Red+Green+Blue) = 54+202+204=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #36CACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CACC is #C93533. Grayscale: #9D9D9D. Windows color (decimal): -13186356 or 13421110. OLE color: 13421110.

HSL color Cylindrical-coordinate representation of color #36CACC: hue angle of 180.8º 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 #36CACC is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB54202204-
CMYK0.740.0100.2
HSL180.8º59.52%50.59%-
HSV(B)180.8º73.53%80%-
XYZ33.5447.3864.51-
YUV157.98153.9753.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.74%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=11.74%
G=43.91%
B=44.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal542022040.740.0100.2180.859.5250.59
Hex36CACC4A1014b53c33
Octal6631231411210242657463
Binary11011011001010110011001001010101010010110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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