#51E8FE

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

Shades of Turquoise Blue #51E8FE

Tints of Turquoise Blue #51E8FE

Color information

#51E8FE (or 0x51E8FE) is unknown color: approx Turquoise Blue. HEX triplet: 51, E8 and FE. RGB value is (81,232,254). Sum of RGB (Red+Green+Blue) = 81+232+254=567 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.29% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #51E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51E8FE is #AE1701. Grayscale: #BDBDBD. Windows color (decimal): -11409154 or 16705617. OLE color: 16705617.

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

Color convert

RGB81232254-
CMYK0.680.0900.00
HSL187.63º98.86%65.69%-
HSV(B)187.63º68.11%99.61%-
XYZ50.1466.62103.98-
YUV189.36164.4750.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.29%
GREEN value IS 232 (91.02% from 255) = 40.92%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=14.29%
G=40.92%
B=44.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal812322540.680.0900.00187.6398.8665.69
Hex51E8FE44900bc6342
Octal1213503761041100274143102
Binary1010001111010001111111010001001001001011110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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