#51D8FB

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

Shades of Turquoise Blue #51D8FB

Tints of Turquoise Blue #51D8FB

Color information

#51D8FB (or 0x51D8FB) is unknown color: approx Turquoise Blue. HEX triplet: 51, D8 and FB. RGB value is (81,216,251). Sum of RGB (Red+Green+Blue) = 81+216+251=548 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.78% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #51D8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D8FB is #AE2704. Grayscale: #B3B3B3. Windows color (decimal): -11413253 or 16504913. OLE color: 16504913.

HSL color Cylindrical-coordinate representation of color #51D8FB: hue angle of 192.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51D8FB is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81216251-
CMYK0.680.1400.02
HSL192.35º95.51%65.1%-
HSV(B)192.35º67.73%98.43%-
XYZ45.3657.83100.04-
YUV179.62168.2757.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.78%
GREEN value IS 216 (84.77% from 255) = 39.42%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=14.78%
G=39.42%
B=45.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812162510.680.1400.02192.3595.5165.1
Hex51D8FB44E02c06041
Octal1213303731041602300140101
Binary10100011101100011111011100010011100101100000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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