#57F7C4

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

Shades of Turquoise #57F7C4

Tints of Turquoise #57F7C4

Color information

#57F7C4 (or 0x57F7C4) is unknown color: approx Turquoise. HEX triplet: 57, F7 and C4. RGB value is (87,247,196). Sum of RGB (Red+Green+Blue) = 87+247+196=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #57F7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F7C4 is #A8083B. Grayscale: #C1C1C1. Windows color (decimal): -11012156 or 12908375. OLE color: 12908375.

HSL color Cylindrical-coordinate representation of color #57F7C4: hue angle of 160.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F7C4 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB87247196-
CMYK0.6500.210.03
HSL160.88º90.91%65.49%-
HSV(B)160.88º64.78%96.86%-
XYZ47.1672.5363.74-
YUV193.35129.4952.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.42%
GREEN value IS 247 (96.88% from 255) = 46.60%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=16.42%
G=46.60%
B=36.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872471960.6500.210.03160.8890.9165.49
Hex57F7C4410153a15b41
Octal1273673041010253241133101
Binary101011111110111110001001000001010101111010000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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