#51E5CC

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

Shades of Turquoise #51E5CC

Tints of Turquoise #51E5CC

Color information

#51E5CC (or 0x51E5CC) is unknown color: approx Turquoise. HEX triplet: 51, E5 and CC. RGB value is (81,229,204). Sum of RGB (Red+Green+Blue) = 81+229+204=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #51E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E5CC is #AE1A33. Grayscale: #B5B5B5. Windows color (decimal): -11409972 or 13428049. OLE color: 13428049.

HSL color Cylindrical-coordinate representation of color #51E5CC: hue angle of 169.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E5CC is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB81229204-
CMYK0.6500.110.10
HSL169.86º74%60.78%-
HSV(B)169.86º64.63%89.8%-
XYZ42.3162.1566.89-
YUV181.9140.4756.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.76%
GREEN value IS 229 (89.84% from 255) = 44.55%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=15.76%
G=44.55%
B=39.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal812292040.6500.110.10169.867460.78
Hex51E5CC410BAaa4a3d
Octal1213453141010131225211275
Binary101000111100101110011001000001010111010101010101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,229,204); }

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

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

 a { background-color: rgb(81,229,204); }

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

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

 span { border-color: rgb(81,229,204); }

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