#51E9C0

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

Shades of Turquoise #51E9C0

Tints of Turquoise #51E9C0

Color information

#51E9C0 (or 0x51E9C0) is unknown color: approx Turquoise. HEX triplet: 51, E9 and C0. RGB value is (81,233,192). Sum of RGB (Red+Green+Blue) = 81+233+192=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9C0 is #AE163F. Grayscale: #B6B6B6. Windows color (decimal): -11408960 or 12642641. OLE color: 12642641.

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

Color convert

RGB81233192-
CMYK0.6500.180.09
HSL163.82º77.55%61.57%-
HSV(B)163.82º65.24%91.37%-
XYZ42.0563.8359.97-
YUV182.88133.1455.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.01%
GREEN value IS 233 (91.41% from 255) = 46.05%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=16.01%
G=46.05%
B=37.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal812331920.6500.180.09163.8277.5561.57
Hex51E9C0410129a44e3e
Octal1213513001010221124411676
Binary1010001111010011100000010000010100101001101001001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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