#51DDFE

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

Shades of Turquoise Blue #51DDFE

Tints of Turquoise Blue #51DDFE

Color information

#51DDFE (or 0x51DDFE) is unknown color: approx Turquoise Blue. HEX triplet: 51, DD and FE. RGB value is (81,221,254). Sum of RGB (Red+Green+Blue) = 81+221+254=556 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.57% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #51DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DDFE is #AE2201. Grayscale: #B6B6B6. Windows color (decimal): -11411970 or 16702801. OLE color: 16702801.

HSL color Cylindrical-coordinate representation of color #51DDFE: hue angle of 191.45º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51DDFE is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB81221254-
CMYK0.680.1300.00
HSL191.45º98.86%65.69%-
HSV(B)191.45º68.11%99.61%-
XYZ47.1460.62102.98-
YUV182.9168.1255.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.57%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=14.57%
G=39.75%
B=45.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal812212540.680.1300.00191.4598.8665.69
Hex51DDFE44D00bf6342
Octal1213353761041500277143102
Binary1010001110111011111111010001001101001011111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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