#51D8EC

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

Shades of Turquoise Blue #51D8EC

Tints of Turquoise Blue #51D8EC

Color information

#51D8EC (or 0x51D8EC) is unknown color: approx Turquoise Blue. HEX triplet: 51, D8 and EC. RGB value is (81,216,236). Sum of RGB (Red+Green+Blue) = 81+216+236=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #51D8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D8EC is #AE2713. Grayscale: #B1B1B1. Windows color (decimal): -11413268 or 15521873. OLE color: 15521873.

HSL color Cylindrical-coordinate representation of color #51D8EC: hue angle of 187.74º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D8EC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81216236-
CMYK0.660.0800.07
HSL187.74º80.31%62.16%-
HSV(B)187.74º65.68%92.55%-
XYZ43.0956.9288.07-
YUV177.92160.7758.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.20%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=15.20%
G=40.53%
B=44.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812162360.660.0800.07187.7480.3162.16
Hex51D8EC42807bc503e
Octal121330354102100727412076
Binary10100011101100011101100100001010000111101111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,216,236); }

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

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

 a { background-color: rgb(81,216,236); }

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

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

 span { border-color: rgb(81,216,236); }

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