#51D7FB

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

Shades of Turquoise Blue #51D7FB

Tints of Turquoise Blue #51D7FB

Color information

#51D7FB (or 0x51D7FB) is unknown color: approx Turquoise Blue. HEX triplet: 51, D7 and FB. RGB value is (81,215,251). Sum of RGB (Red+Green+Blue) = 81+215+251=547 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.81% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #51D7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D7FB is #AE2804. Grayscale: #B2B2B2. Windows color (decimal): -11413509 or 16504657. OLE color: 16504657.

HSL color Cylindrical-coordinate representation of color #51D7FB: hue angle of 192.71º 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 #51D7FB is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81215251-
CMYK0.680.1400.02
HSL192.71º95.51%65.1%-
HSV(B)192.71º67.73%98.43%-
XYZ45.1157.3299.95-
YUV179.04168.6158.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.81%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=14.81%
G=39.31%
B=45.89%

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
Decimal812152510.680.1400.02192.7195.5165.1
Hex51D7FB44E02c16041
Octal1213273731041602301140101
Binary10100011101011111111011100010011100101100000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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