#51E9D3

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

Shades of Turquoise #51E9D3

Tints of Turquoise #51E9D3

Color information

#51E9D3 (or 0x51E9D3) is unknown color: approx Turquoise. HEX triplet: 51, E9 and D3. RGB value is (81,233,211). Sum of RGB (Red+Green+Blue) = 81+233+211=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9D3 is #AE162C. Grayscale: #B8B8B8. Windows color (decimal): -11408941 or 13887825. OLE color: 13887825.

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

Color convert

RGB81233211-
CMYK0.6500.090.09
HSL171.32º77.55%61.57%-
HSV(B)171.32º65.24%91.37%-
XYZ44.2964.7371.79-
YUV185.04142.6453.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.43%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=15.43%
G=44.38%
B=40.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal812332110.6500.090.09171.3277.5561.57
Hex51E9D341099ab4e3e
Octal1213513231010111125311676
Binary101000111101001110100111000001010011001101010111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,233,211); }

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

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

 a { background-color: rgb(81,233,211); }

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

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

 span { border-color: rgb(81,233,211); }

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