#51C6CA

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

Shades of Medium Turquoise #51C6CA

Tints of Medium Turquoise #51C6CA

Color information

#51C6CA (or 0x51C6CA) is unknown color: approx Medium Turquoise. HEX triplet: 51, C6 and CA. RGB value is (81,198,202). Sum of RGB (Red+Green+Blue) = 81+198+202=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #51C6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6CA is #AE3935. Grayscale: #A3A3A3. Windows color (decimal): -11417910 or 13289041. OLE color: 13289041.

HSL color Cylindrical-coordinate representation of color #51C6CA: hue angle of 181.98º 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 #51C6CA is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81198202-
CMYK0.600.0200.21
HSL181.98º53.3%55.49%-
HSV(B)181.98º59.9%79.22%-
XYZ34.2546.463.03-
YUV163.47149.7469.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.84%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=16.84%
G=41.16%
B=42.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811982020.600.0200.21181.9853.355.49
Hex51C6CA3C2015b63537
Octal1213063127420252666567
Binary101000111000110110010101111001001010110110110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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