#51DDE8

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

Shades of Turquoise Blue #51DDE8

Tints of Turquoise Blue #51DDE8

Color information

#51DDE8 (or 0x51DDE8) is unknown color: approx Turquoise Blue. HEX triplet: 51, DD and E8. RGB value is (81,221,232). Sum of RGB (Red+Green+Blue) = 81+221+232=534 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.17% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #51DDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DDE8 is #AE2217. Grayscale: #B4B4B4. Windows color (decimal): -11411992 or 15261009. OLE color: 15261009.

HSL color Cylindrical-coordinate representation of color #51DDE8: hue angle of 184.37º 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 #51DDE8 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81221232-
CMYK0.650.0500.09
HSL184.37º76.65%61.37%-
HSV(B)184.37º65.09%90.98%-
XYZ43.8259.2985.48-
YUV180.39157.1257.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.17%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 232 (91.02% from 255) = 43.45%
R=15.17%
G=41.39%
B=43.45%

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
Decimal812212320.650.0500.09184.3776.6561.37
Hex51DDE841509b84d3d
Octal121335350101501127011575
Binary10100011101110111101000100000110101001101110001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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