#51CACF

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

Shades of Medium Turquoise #51CACF

Tints of Medium Turquoise #51CACF

Color information

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

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

Color convert

RGB81202207-
CMYK0.610.0200.19
HSL182.38º56.76%56.47%-
HSV(B)182.38º60.87%81.18%-
XYZ35.7848.566.51-
YUV166.39150.9167.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal812022070.610.0200.19182.3856.7656.47
Hex51CACF3D2013b63938
Octal1213123177520232667170
Binary101000111001010110011111111011001001110110110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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