#51E4F1

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

Shades of Turquoise Blue #51E4F1

Tints of Turquoise Blue #51E4F1

Color information

#51E4F1 (or 0x51E4F1) is unknown color: approx Turquoise Blue. HEX triplet: 51, E4 and F1. RGB value is (81,228,241). Sum of RGB (Red+Green+Blue) = 81+228+241=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #51E4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E4F1 is #AE1B0E. Grayscale: #B9B9B9. Windows color (decimal): -11410191 or 15852625. OLE color: 15852625.

HSL color Cylindrical-coordinate representation of color #51E4F1: hue angle of 184.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51E4F1 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81228241-
CMYK0.660.0500.05
HSL184.88º85.11%63.14%-
HSV(B)184.88º66.39%94.51%-
XYZ47.0163.5993.01-
YUV185.53159.353.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.73%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=14.73%
G=41.45%
B=43.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal812282410.660.0500.05184.8885.1163.14
Hex51E4F142505b9553f
Octal12134436110250527112577
Binary1010001111001001111000110000101010101101110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,228,241); }

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

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

 a { background-color: rgb(81,228,241); }

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

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

 span { border-color: rgb(81,228,241); }

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