#51CABB

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

Shades of Medium Turquoise #51CABB

Tints of Medium Turquoise #51CABB

Color information

#51CABB (or 0x51CABB) is unknown color: approx Medium Turquoise. HEX triplet: 51, CA and BB. RGB value is (81,202,187). Sum of RGB (Red+Green+Blue) = 81+202+187=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #51CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CABB is #AE3544. Grayscale: #A4A4A4. Windows color (decimal): -11416901 or 12307025. OLE color: 12307025.

HSL color Cylindrical-coordinate representation of color #51CABB: hue angle of 172.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CABB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB81202187-
CMYK0.6000.070.21
HSL172.56º53.3%55.49%-
HSV(B)172.56º59.9%79.22%-
XYZ33.4847.5854.43-
YUV164.11140.9168.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.23%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=17.23%
G=42.98%
B=39.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021870.6000.070.21172.5653.355.49
Hex51CABB3C0715ad3537
Octal1213122737407252556567
Binary1010001110010101011101111110001111010110101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,202,187); }

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

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

 a { background-color: rgb(81,202,187); }

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

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

 span { border-color: rgb(81,202,187); }

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