#51E8CD

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

Shades of Turquoise #51E8CD

Tints of Turquoise #51E8CD

Color information

#51E8CD (or 0x51E8CD) is unknown color: approx Turquoise. HEX triplet: 51, E8 and CD. RGB value is (81,232,205). Sum of RGB (Red+Green+Blue) = 81+232+205=518 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.64% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8CD is #AE1732. Grayscale: #B7B7B7. Windows color (decimal): -11409203 or 13494353. OLE color: 13494353.

HSL color Cylindrical-coordinate representation of color #51E8CD: hue angle of 169.27º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E8CD is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB81232205-
CMYK0.6500.120.09
HSL169.27º76.65%61.37%-
HSV(B)169.27º65.09%90.98%-
XYZ43.2763.8767.81-
YUV183.77139.9754.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.64%
GREEN value IS 232 (91.02% from 255) = 44.79%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=15.64%
G=44.79%
B=39.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal812322050.6500.120.09169.2776.6561.37
Hex51E8CD410C9a94d3d
Octal1213503151010141125111575
Binary101000111101000110011011000001011001001101010011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,232,205); }

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

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

 a { background-color: rgb(81,232,205); }

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

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

 span { border-color: rgb(81,232,205); }

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