#51E4DD

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

Shades of Turquoise #51E4DD

Tints of Turquoise #51E4DD

Color information

#51E4DD (or 0x51E4DD) is unknown color: approx Turquoise. HEX triplet: 51, E4 and DD. RGB value is (81,228,221). Sum of RGB (Red+Green+Blue) = 81+228+221=530 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.28% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #51E4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E4DD is #AE1B22. Grayscale: #B7B7B7. Windows color (decimal): -11410211 or 14541905. OLE color: 14541905.

HSL color Cylindrical-coordinate representation of color #51E4DD: hue angle of 177.14º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E4DD is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB81228221-
CMYK0.6400.030.11
HSL177.14º73.13%60.59%-
HSV(B)177.14º64.47%89.41%-
XYZ44.1962.4678.13-
YUV183.25149.355.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.28%
GREEN value IS 228 (89.45% from 255) = 43.02%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=15.28%
G=43.02%
B=41.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal812282210.6400.030.11177.1473.1360.59
Hex51E4DD4003Bb1493d
Octal121344335100031326111175
Binary1010001111001001101110110000000111011101100011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,228,221); }

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

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

 a { background-color: rgb(81,228,221); }

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

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

 span { border-color: rgb(81,228,221); }

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