#51E0FE

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

Shades of Turquoise Blue #51E0FE

Tints of Turquoise Blue #51E0FE

Color information

#51E0FE (or 0x51E0FE) is unknown color: approx Turquoise Blue. HEX triplet: 51, E0 and FE. RGB value is (81,224,254). Sum of RGB (Red+Green+Blue) = 81+224+254=559 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.49% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #51E0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E0FE is #AE1F01. Grayscale: #B8B8B8. Windows color (decimal): -11411202 or 16703569. OLE color: 16703569.

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

Color convert

RGB81224254-
CMYK0.680.1200.00
HSL190.4º98.86%65.69%-
HSV(B)190.4º68.11%99.61%-
XYZ47.9462.22103.25-
YUV184.66167.1254.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.49%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=14.49%
G=40.07%
B=45.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal812242540.680.1200.00190.498.8665.69
Hex51E0FE44C00be6342
Octal1213403761041400276143102
Binary1010001111000001111111010001001100001011111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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