#51CADA

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

Shades of Medium Turquoise #51CADA

Tints of Medium Turquoise #51CADA

Color information

#51CADA (or 0x51CADA) is unknown color: approx Medium Turquoise. HEX triplet: 51, CA and DA. RGB value is (81,202,218). Sum of RGB (Red+Green+Blue) = 81+202+218=501 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.17% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #51CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CADA is #AE3525. Grayscale: #A7A7A7. Windows color (decimal): -11416870 or 14338641. OLE color: 14338641.

HSL color Cylindrical-coordinate representation of color #51CADA: hue angle of 187.01º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51CADA is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81202218-
CMYK0.630.0700.15
HSL187.01º64.93%58.63%-
HSV(B)187.01º62.84%85.49%-
XYZ37.1749.0573.84-
YUV167.64156.4166.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.17%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=16.17%
G=40.32%
B=43.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal812022180.630.0700.15187.0164.9358.63
Hex51CADA3F70Fbb413b
Octal12131233277701727310173
Binary1010001110010101101101011111111101111101110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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