#51ECDE

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

Shades of Turquoise #51ECDE

Tints of Turquoise #51ECDE

Color information

#51ECDE (or 0x51ECDE) is unknown color: approx Turquoise. HEX triplet: 51, EC and DE. RGB value is (81,236,222). Sum of RGB (Red+Green+Blue) = 81+236+222=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECDE is #AE1321. Grayscale: #BBBBBB. Windows color (decimal): -11408162 or 14609489. OLE color: 14609489.

HSL color Cylindrical-coordinate representation of color #51ECDE: hue angle of 174.58º 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 #51ECDE is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB81236222-
CMYK0.6600.060.07
HSL174.58º80.31%62.16%-
HSV(B)174.58º65.68%92.55%-
XYZ46.5767.0179.59-
YUV188.06147.1551.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.03%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=15.03%
G=43.78%
B=41.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812362220.6600.060.07174.5880.3162.16
Hex51ECDE42067af503e
Octal12135433610206725712076
Binary1010001111011001101111010000100110111101011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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