#51D8E5

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

Shades of Turquoise Blue #51D8E5

Tints of Turquoise Blue #51D8E5

Color information

#51D8E5 (or 0x51D8E5) is unknown color: approx Turquoise Blue. HEX triplet: 51, D8 and E5. RGB value is (81,216,229). Sum of RGB (Red+Green+Blue) = 81+216+229=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #51D8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D8E5 is #AE271A. Grayscale: #B0B0B0. Windows color (decimal): -11413275 or 15063121. OLE color: 15063121.

HSL color Cylindrical-coordinate representation of color #51D8E5: hue angle of 185.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51D8E5 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81216229-
CMYK0.650.0600.10
HSL185.27º74%60.78%-
HSV(B)185.27º64.63%89.8%-
XYZ42.0956.5282.82-
YUV177.12157.2759.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.40%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 229 (89.84% from 255) = 43.54%
R=15.40%
G=41.06%
B=43.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal812162290.650.0600.10185.277460.78
Hex51D8E54160Ab94a3d
Octal121330345101601227111275
Binary10100011101100011100101100000111001010101110011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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