#51e1f4

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

Shades of Turquoise Blue #51E1F4

Tints of Turquoise Blue #51E1F4

Color information

#51E1F4 (or 0x51E1F4) is unknown color: approx Turquoise Blue. HEX triplet: 51, E1 and F4. RGB value is (81,225,244). Sum of RGB (Red+Green+Blue) = 81+225+244=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #51E1F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E1F4 is #AE1E0B. Grayscale: #B7B7B7. Windows color (decimal): -11410956 or 16048465. OLE color: 16048465.

HSL color Cylindrical-coordinate representation of color #51E1F4: hue angle of 186.99º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51E1F4 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81225244-
CMYK0.670.0800.04
HSL186.99º88.11%63.73%-
HSV(B)186.99º66.8%95.69%-
XYZ46.6562.1395.12-
YUV184.11161.7954.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.73%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 244 (95.70% from 255) = 44.36%
R=14.73%
G=40.91%
B=44.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal812252440.670.0800.04186.9988.1163.73
Hex51E1F443804bb5840
Octal1213413641031004273130100
Binary101000111100001111101001000011100001001011101110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51e1f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,225,244); }

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

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

 a { background-color: rgb(81,225,244); }

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

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

 span { border-color: rgb(81,225,244); }

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