#57F0E7

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

Shades of Turquoise Blue #57F0E7

Tints of Turquoise Blue #57F0E7

Color information

#57F0E7 (or 0x57F0E7) is unknown color: approx Turquoise Blue. HEX triplet: 57, F0 and E7. RGB value is (87,240,231). Sum of RGB (Red+Green+Blue) = 87+240+231=558 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.59% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #57F0E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F0E7 is #A80F18. Grayscale: #C1C1C1. Windows color (decimal): -11013913 or 15200343. OLE color: 15200343.

HSL color Cylindrical-coordinate representation of color #57F0E7: hue angle of 176.47º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F0E7 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB87240231-
CMYK0.6400.040.06
HSL176.47º83.61%64.12%-
HSV(B)176.47º63.75%94.12%-
XYZ49.5170.1286.53-
YUV193.23149.3152.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.59%
GREEN value IS 240 (94.14% from 255) = 43.01%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=15.59%
G=43.01%
B=41.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal872402310.6400.040.06176.4783.6164.12
Hex57F0E740046b05440
Octal127360347100046260124100
Binary10101111111000011100111100000001001101011000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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