#51F1EA

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

Shades of Turquoise #51F1EA

Tints of Turquoise #51F1EA

Color information

#51F1EA (or 0x51F1EA) is unknown color: approx Turquoise. HEX triplet: 51, F1 and EA. RGB value is (81,241,234). Sum of RGB (Red+Green+Blue) = 81+241+234=556 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.57% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #51F1EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51F1EA is #AE0E15. Grayscale: #C0C0C0. Windows color (decimal): -11406870 or 15397201. OLE color: 15397201.

HSL color Cylindrical-coordinate representation of color #51F1EA: hue angle of 177.38º 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 #51F1EA is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB81241234-
CMYK0.6600.030.05
HSL177.38º85.11%63.14%-
HSV(B)177.38º66.39%94.51%-
XYZ49.770.688.85-
YUV192.36151.4948.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.57%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=14.57%
G=43.35%
B=42.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal812412340.6600.030.05177.3885.1163.14
Hex51F1EA42035b1553f
Octal12136135210203526112577
Binary101000111110001111010101000010011101101100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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