#51CCC0

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

Shades of Medium Turquoise #51CCC0

Tints of Medium Turquoise #51CCC0

Color information

#51CCC0 (or 0x51CCC0) is unknown color: approx Medium Turquoise. HEX triplet: 51, CC and C0. RGB value is (81,204,192). Sum of RGB (Red+Green+Blue) = 81+204+192=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCC0 is #AE333F. Grayscale: #A5A5A5. Windows color (decimal): -11416384 or 12635217. OLE color: 12635217.

HSL color Cylindrical-coordinate representation of color #51CCC0: hue angle of 174.15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CCC0 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB81204192-
CMYK0.6000.060.2
HSL174.15º54.67%55.88%-
HSV(B)174.15º60.29%80%-
XYZ34.548.7457.46-
YUV165.86142.7567.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.98%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=16.98%
G=42.77%
B=40.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812041920.6000.060.2174.1554.6755.88
Hex51CCC03C0614ae3738
Octal1213143007406242566770
Binary1010001110011001100000011110001101010010101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51CCC0; }

 p { color: rgb(81,204,192); }

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

<style>
 a { background-color: #51CCC0; }

 a { background-color: rgb(81,204,192); }

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

<style>
 span { border-color: #51CCC0; }

 span { border-color: rgb(81,204,192); }

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