#51EDCE

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

Shades of Turquoise #51EDCE

Tints of Turquoise #51EDCE

Color information

#51EDCE (or 0x51EDCE) is unknown color: approx Turquoise. HEX triplet: 51, ED and CE. RGB value is (81,237,206). Sum of RGB (Red+Green+Blue) = 81+237+206=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDCE is #AE1231. Grayscale: #BABABA. Windows color (decimal): -11407922 or 13561169. OLE color: 13561169.

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

Color convert

RGB81237206-
CMYK0.6600.130.07
HSL168.08º81.25%62.35%-
HSV(B)168.08º65.82%92.94%-
XYZ44.8266.7768.92-
YUV186.82138.8252.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.46%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=15.46%
G=45.23%
B=39.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812372060.6600.130.07168.0881.2562.35
Hex51EDCE420D7a8513e
Octal121355316102015725012176
Binary10100011110110111001110100001001101111101010001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,237,206); }

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

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

 a { background-color: rgb(81,237,206); }

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

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

 span { border-color: rgb(81,237,206); }

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