#57e7d5

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

Shades of Turquoise #57E7D5

Tints of Turquoise #57E7D5

Color information

#57E7D5 (or 0x57E7D5) is unknown color: approx Turquoise. HEX triplet: 57, E7 and D5. RGB value is (87,231,213). Sum of RGB (Red+Green+Blue) = 87+231+213=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #57E7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E7D5 is #A8182A. Grayscale: #B9B9B9. Windows color (decimal): -11016235 or 14018391. OLE color: 14018391.

HSL color Cylindrical-coordinate representation of color #57E7D5: hue angle of 172.5º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E7D5 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB87231213-
CMYK0.6200.080.09
HSL172.5º75%62.35%-
HSV(B)172.5º62.34%90.59%-
XYZ44.5263.9872.95-
YUV185.89143.2957.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.38%
GREEN value IS 231 (90.62% from 255) = 43.50%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=16.38%
G=43.50%
B=40.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872312130.6200.080.09172.57562.35
Hex57E7D53E089ac4b3e
Octal127347325760101125411376
Binary10101111110011111010101111110010001001101011001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57e7d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57e7d5; }

 p { color: rgb(87,231,213); }

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

<style>
 a { background-color: #57e7d5; }

 a { background-color: rgb(87,231,213); }

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

<style>
 span { border-color: #57e7d5; }

 span { border-color: rgb(87,231,213); }

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