#51ECC7

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

Shades of Turquoise #51ECC7

Tints of Turquoise #51ECC7

Color information

#51ECC7 (or 0x51ECC7) is unknown color: approx Turquoise. HEX triplet: 51, EC and C7. RGB value is (81,236,199). Sum of RGB (Red+Green+Blue) = 81+236+199=516 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.70% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECC7 is #AE1338. Grayscale: #B9B9B9. Windows color (decimal): -11408185 or 13102161. OLE color: 13102161.

HSL color Cylindrical-coordinate representation of color #51ECC7: hue angle of 165.68º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51ECC7 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB81236199-
CMYK0.6600.160.07
HSL165.68º80.31%62.16%-
HSV(B)165.68º65.68%92.55%-
XYZ43.765.8664.44-
YUV185.44135.6553.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.70%
GREEN value IS 236 (92.58% from 255) = 45.74%
BLUE value IS 199 (78.12% from 255) = 38.57%
R=15.70%
G=45.74%
B=38.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812361990.6600.160.07165.6880.3162.16
Hex51ECC7420107a6503e
Octal121354307102020724612076
Binary101000111101100110001111000010010000111101001101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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