#51DCE8

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

Shades of Turquoise Blue #51DCE8

Tints of Turquoise Blue #51DCE8

Color information

#51DCE8 (or 0x51DCE8) is unknown color: approx Turquoise Blue. HEX triplet: 51, DC and E8. RGB value is (81,220,232). Sum of RGB (Red+Green+Blue) = 81+220+232=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #51DCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCE8 is #AE2317. Grayscale: #B3B3B3. Windows color (decimal): -11412248 or 15260753. OLE color: 15260753.

HSL color Cylindrical-coordinate representation of color #51DCE8: hue angle of 184.77º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51DCE8 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81220232-
CMYK0.650.0500.09
HSL184.77º76.65%61.37%-
HSV(B)184.77º65.09%90.98%-
XYZ43.5558.7685.39-
YUV179.81157.4557.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.20%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 232 (91.02% from 255) = 43.53%
R=15.20%
G=41.28%
B=43.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal812202320.650.0500.09184.7776.6561.37
Hex51DCE841509b94d3d
Octal121334350101501127111575
Binary10100011101110011101000100000110101001101110011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,220,232); }

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

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

 a { background-color: rgb(81,220,232); }

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

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

 span { border-color: rgb(81,220,232); }

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