#51E1C6

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

Shades of Turquoise #51E1C6

Tints of Turquoise #51E1C6

Color information

#51E1C6 (or 0x51E1C6) is unknown color: approx Turquoise. HEX triplet: 51, E1 and C6. RGB value is (81,225,198). Sum of RGB (Red+Green+Blue) = 81+225+198=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #51E1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E1C6 is #AE1E39. Grayscale: #B2B2B2. Windows color (decimal): -11411002 or 13033809. OLE color: 13033809.

HSL color Cylindrical-coordinate representation of color #51E1C6: hue angle of 168.75º 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 #51E1C6 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB81225198-
CMYK0.6400.120.12
HSL168.75º70.59%60%-
HSV(B)168.75º64%88.24%-
XYZ40.5159.6862.81-
YUV178.87138.7958.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.07%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=16.07%
G=44.64%
B=39.29%

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
Decimal812251980.6400.120.12168.7570.5960
Hex51E1C6400CCa9473c
Octal1213413061000141425110774
Binary101000111100001110001101000000011001100101010011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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