#51E0D0

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

Shades of Turquoise #51E0D0

Tints of Turquoise #51E0D0

Color information

#51E0D0 (or 0x51E0D0) is unknown color: approx Turquoise. HEX triplet: 51, E0 and D0. RGB value is (81,224,208). Sum of RGB (Red+Green+Blue) = 81+224+208=513 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.79% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #51E0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E0D0 is #AE1F2F. Grayscale: #B3B3B3. Windows color (decimal): -11411248 or 13688913. OLE color: 13688913.

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

Color convert

RGB81224208-
CMYK0.6400.070.12
HSL173.29º69.76%59.8%-
HSV(B)173.29º63.84%87.84%-
XYZ41.4359.6169-
YUV179.42144.1257.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.79%
GREEN value IS 224 (87.89% from 255) = 43.66%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=15.79%
G=43.66%
B=40.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal812242080.6400.070.12173.2969.7659.8
Hex51E0D04007Cad463c
Octal121340320100071425510674
Binary10100011110000011010000100000001111100101011011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,224,208); }

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

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

 a { background-color: rgb(81,224,208); }

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

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

 span { border-color: rgb(81,224,208); }

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