#51EAE8

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

Shades of Turquoise #51EAE8

Tints of Turquoise #51EAE8

Color information

#51EAE8 (or 0x51EAE8) is unknown color: approx Turquoise. HEX triplet: 51, EA and E8. RGB value is (81,234,232). Sum of RGB (Red+Green+Blue) = 81+234+232=547 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.81% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #51EAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EAE8 is #AE1517. Grayscale: #BBBBBB. Windows color (decimal): -11408664 or 15264337. OLE color: 15264337.

HSL color Cylindrical-coordinate representation of color #51EAE8: hue angle of 179.22º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EAE8 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB81234232-
CMYK0.6500.010.08
HSL179.22º78.46%61.76%-
HSV(B)179.22º65.38%91.76%-
XYZ47.3866.4286.67-
YUV188.02152.8151.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.81%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 232 (91.02% from 255) = 42.41%
R=14.81%
G=42.78%
B=42.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal812342320.6500.010.08179.2278.4661.76
Hex51EAE841018b34e3e
Octal121352350101011026311676
Binary101000111101010111010001000001011000101100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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