#51D5CB

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

Shades of Medium Turquoise #51D5CB

Tints of Medium Turquoise #51D5CB

Color information

#51D5CB (or 0x51D5CB) is unknown color: approx Medium Turquoise. HEX triplet: 51, D5 and CB. RGB value is (81,213,203). Sum of RGB (Red+Green+Blue) = 81+213+203=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #51D5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D5CB is #AE2A34. Grayscale: #ACACAC. Windows color (decimal): -11414069 or 13358417. OLE color: 13358417.

HSL color Cylindrical-coordinate representation of color #51D5CB: hue angle of 175.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D5CB is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB81213203-
CMYK0.6200.050.16
HSL175.45º61.11%57.65%-
HSV(B)175.45º61.97%83.53%-
XYZ37.9753.6564.85-
YUV172.39145.2762.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.30%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=16.30%
G=42.86%
B=40.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal812132030.6200.050.16175.4561.1157.65
Hex51D5CB3E0510af3d3a
Octal1213253137605202577572
Binary1010001110101011100101111111001011000010101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,213,203); }

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

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

 a { background-color: rgb(81,213,203); }

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

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

 span { border-color: rgb(81,213,203); }

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