#51CFCA

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

Shades of Medium Turquoise #51CFCA

Tints of Medium Turquoise #51CFCA

Color information

#51CFCA (or 0x51CFCA) is unknown color: approx Medium Turquoise. HEX triplet: 51, CF and CA. RGB value is (81,207,202). Sum of RGB (Red+Green+Blue) = 81+207+202=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFCA is #AE3035. Grayscale: #A8A8A8. Windows color (decimal): -11415606 or 13291345. OLE color: 13291345.

HSL color Cylindrical-coordinate representation of color #51CFCA: hue angle of 177.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CFCA is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB81207202-
CMYK0.6100.020.19
HSL177.62º56.76%56.47%-
HSV(B)177.62º60.87%81.18%-
XYZ36.3750.6463.73-
YUV168.76146.7665.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.53%
GREEN value IS 207 (81.25% from 255) = 42.24%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=16.53%
G=42.24%
B=41.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal812072020.6100.020.19177.6256.7656.47
Hex51CFCA3D0213b23938
Octal1213173127502232627170
Binary101000111001111110010101111010101001110110010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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