#51E1C7

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

Shades of Turquoise #51E1C7

Tints of Turquoise #51E1C7

Color information

#51E1C7 (or 0x51E1C7) is unknown color: approx Turquoise. HEX triplet: 51, E1 and C7. RGB value is (81,225,199). Sum of RGB (Red+Green+Blue) = 81+225+199=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #51E1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E1C7 is #AE1E38. Grayscale: #B2B2B2. Windows color (decimal): -11411001 or 13099345. OLE color: 13099345.

HSL color Cylindrical-coordinate representation of color #51E1C7: hue angle of 169.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E1C7 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB81225199-
CMYK0.6400.120.12
HSL169.17º70.59%60%-
HSV(B)169.17º64%88.24%-
XYZ40.6359.7263.42-
YUV178.98139.2958.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.04%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=16.04%
G=44.55%
B=39.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal812251990.6400.120.12169.1770.5960
Hex51E1C7400CCa9473c
Octal1213413071000141425110774
Binary101000111100001110001111000000011001100101010011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,225,199); }

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

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

 a { background-color: rgb(81,225,199); }

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

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

 span { border-color: rgb(81,225,199); }

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