#51E9DC

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

Shades of Turquoise #51E9DC

Tints of Turquoise #51E9DC

Color information

#51E9DC (or 0x51E9DC) is unknown color: approx Turquoise. HEX triplet: 51, E9 and DC. RGB value is (81,233,220). Sum of RGB (Red+Green+Blue) = 81+233+220=534 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.17% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9DC is #AE1623. Grayscale: #B9B9B9. Windows color (decimal): -11408932 or 14477649. OLE color: 14477649.

HSL color Cylindrical-coordinate representation of color #51E9DC: hue angle of 174.87º 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 #51E9DC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB81233220-
CMYK0.6500.060.09
HSL174.87º77.55%61.57%-
HSV(B)174.87º65.24%91.37%-
XYZ45.4565.1977.9-
YUV186.07147.1453.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.17%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=15.17%
G=43.63%
B=41.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal812332200.6500.060.09174.8777.5561.57
Hex51E9DC41069af4e3e
Octal121351334101061125711676
Binary10100011110100111011100100000101101001101011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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