#51E1DC

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

Shades of Turquoise #51E1DC

Tints of Turquoise #51E1DC

Color information

#51E1DC (or 0x51E1DC) is unknown color: approx Turquoise. HEX triplet: 51, E1 and DC. RGB value is (81,225,220). Sum of RGB (Red+Green+Blue) = 81+225+220=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #51E1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E1DC is #AE1E23. Grayscale: #B5B5B5. Windows color (decimal): -11410980 or 14475601. OLE color: 14475601.

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

Color convert

RGB81225220-
CMYK0.6400.020.12
HSL177.92º70.59%60%-
HSV(B)177.92º64%88.24%-
XYZ43.2460.7777.16-
YUV181.37149.7956.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.40%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=15.40%
G=42.78%
B=41.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal812252200.6400.020.12177.9270.5960
Hex51E1DC4002Cb2473c
Octal121341334100021426210774
Binary1010001111000011101110010000000101100101100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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