#51E5DA

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

Shades of Turquoise #51E5DA

Tints of Turquoise #51E5DA

Color information

#51E5DA (or 0x51E5DA) is unknown color: approx Turquoise. HEX triplet: 51, E5 and DA. RGB value is (81,229,218). Sum of RGB (Red+Green+Blue) = 81+229+218=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #51E5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E5DA is #AE1A25. Grayscale: #B7B7B7. Windows color (decimal): -11409958 or 14345553. OLE color: 14345553.

HSL color Cylindrical-coordinate representation of color #51E5DA: hue angle of 175.54º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E5DA is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB81229218-
CMYK0.6500.050.10
HSL175.54º74%60.78%-
HSV(B)175.54º64.63%89.8%-
XYZ44.0762.8576.14-
YUV183.49147.4754.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.34%
GREEN value IS 229 (89.84% from 255) = 43.37%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=15.34%
G=43.37%
B=41.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal812292180.6500.050.10175.547460.78
Hex51E5DA4105Ab04a3d
Octal121345332101051226011275
Binary10100011110010111011010100000101011010101100001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,229,218); }

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

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

 a { background-color: rgb(81,229,218); }

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

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

 span { border-color: rgb(81,229,218); }

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