#51fff0

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

Shades of Baby Blue #51FFF0

Tints of Baby Blue #51FFF0

Color information

#51FFF0 (or 0x51FFF0) is unknown color: approx Baby Blue. HEX triplet: 51, FF and F0. RGB value is (81,255,240). Sum of RGB (Red+Green+Blue) = 81+255+240=576 (76% of max value = 765). Red value is 81 (32.03% from 255 or 14.06% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FFF0 is #AE000F. Grayscale: #C9C9C9. Windows color (decimal): -11403280 or 15794001. OLE color: 15794001.

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

Color convert

RGB81255240-
CMYK0.6800.060
HSL174.83º100%65.88%-
HSV(B)174.83º68.24%100%-
XYZ54.8879.5694.9-
YUV201.26149.8542.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.06%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=14.06%
G=44.27%
B=41.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal812552400.6800.060174.8310065.88
Hex51FFF044060af6442
Octal121377360104060257144102
Binary101000111111111111100001000100011001010111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51fff0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,255,240); }

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

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

 a { background-color: rgb(81,255,240); }

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

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

 span { border-color: rgb(81,255,240); }

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