#57E7C4

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

Shades of Turquoise #57E7C4

Tints of Turquoise #57E7C4

Color information

#57E7C4 (or 0x57E7C4) is unknown color: approx Turquoise. HEX triplet: 57, E7 and C4. RGB value is (87,231,196). Sum of RGB (Red+Green+Blue) = 87+231+196=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #57E7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E7C4 is #A8183B. Grayscale: #B7B7B7. Windows color (decimal): -11016252 or 12904279. OLE color: 12904279.

HSL color Cylindrical-coordinate representation of color #57E7C4: hue angle of 165.42º 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 #57E7C4 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB87231196-
CMYK0.6200.150.09
HSL165.42º75%62.35%-
HSV(B)165.42º62.34%90.59%-
XYZ42.4763.1662.18-
YUV183.95134.7958.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.93%
GREEN value IS 231 (90.62% from 255) = 44.94%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=16.93%
G=44.94%
B=38.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872311960.6200.150.09165.427562.35
Hex57E7C43E0F9a54b3e
Octal127347304760171124511376
Binary10101111110011111000100111110011111001101001011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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