#51EDE1

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

Shades of Turquoise #51EDE1

Tints of Turquoise #51EDE1

Color information

#51EDE1 (or 0x51EDE1) is unknown color: approx Turquoise. HEX triplet: 51, ED and E1. RGB value is (81,237,225). Sum of RGB (Red+Green+Blue) = 81+237+225=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDE1 is #AE121E. Grayscale: #BCBCBC. Windows color (decimal): -11407903 or 14806353. OLE color: 14806353.

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

Color convert

RGB81237225-
CMYK0.6600.050.07
HSL175.38º81.25%62.35%-
HSV(B)175.38º65.82%92.94%-
XYZ47.2767.7581.82-
YUV188.99148.3250.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.92%
GREEN value IS 237 (92.97% from 255) = 43.65%
BLUE value IS 225 (88.28% from 255) = 41.44%
R=14.92%
G=43.65%
B=41.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812372250.6600.050.07175.3881.2562.35
Hex51EDE142057af513e
Octal12135534110205725712176
Binary1010001111011011110000110000100101111101011111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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