#51CAD5

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

Shades of Medium Turquoise #51CAD5

Tints of Medium Turquoise #51CAD5

Color information

#51CAD5 (or 0x51CAD5) is unknown color: approx Medium Turquoise. HEX triplet: 51, CA and D5. RGB value is (81,202,213). Sum of RGB (Red+Green+Blue) = 81+202+213=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #51CAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CAD5 is #AE352A. Grayscale: #A6A6A6. Windows color (decimal): -11416875 or 14010961. OLE color: 14010961.

HSL color Cylindrical-coordinate representation of color #51CAD5: hue angle of 185º 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 #51CAD5 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81202213-
CMYK0.620.0500.16
HSL185º61.11%57.65%-
HSV(B)185º61.97%83.53%-
XYZ36.5248.7970.44-
YUV167.08153.9166.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.33%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=16.33%
G=40.73%
B=42.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal812022130.620.0500.1618561.1157.65
Hex51CAD53E5010b93d3a
Octal1213123257650202717572
Binary1010001110010101101010111111010101000010111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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