#51E3D5

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

Shades of Turquoise #51E3D5

Tints of Turquoise #51E3D5

Color information

#51E3D5 (or 0x51E3D5) is unknown color: approx Turquoise. HEX triplet: 51, E3 and D5. RGB value is (81,227,213). Sum of RGB (Red+Green+Blue) = 81+227+213=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #51E3D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E3D5 is #AE1C2A. Grayscale: #B5B5B5. Windows color (decimal): -11410475 or 14017361. OLE color: 14017361.

HSL color Cylindrical-coordinate representation of color #51E3D5: hue angle of 174.25º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E3D5 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB81227213-
CMYK0.6400.060.11
HSL174.25º72.28%60.39%-
HSV(B)174.25º64.32%89.02%-
XYZ42.8761.4972.56-
YUV181.75145.6356.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.55%
GREEN value IS 227 (89.06% from 255) = 43.57%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=15.55%
G=43.57%
B=40.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal812272130.6400.060.11174.2572.2860.39
Hex51E3D54006Bae483c
Octal121343325100061325611074
Binary10100011110001111010101100000001101011101011101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,227,213); }

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

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

 a { background-color: rgb(81,227,213); }

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

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

 span { border-color: rgb(81,227,213); }

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