#57F7DA

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

Shades of Turquoise #57F7DA

Tints of Turquoise #57F7DA

Color information

#57F7DA (or 0x57F7DA) is unknown color: approx Turquoise. HEX triplet: 57, F7 and DA. RGB value is (87,247,218). Sum of RGB (Red+Green+Blue) = 87+247+218=552 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.76% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #57F7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F7DA is #A80825. Grayscale: #C3C3C3. Windows color (decimal): -11012134 or 14350167. OLE color: 14350167.

HSL color Cylindrical-coordinate representation of color #57F7DA: hue angle of 169.12º 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 #57F7DA is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB87247218-
CMYK0.6500.120.03
HSL169.12º90.91%65.49%-
HSV(B)169.12º64.78%96.86%-
XYZ49.8573.6177.91-
YUV195.85140.4950.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.76%
GREEN value IS 247 (96.88% from 255) = 44.75%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=15.76%
G=44.75%
B=39.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872472180.6500.120.03169.1290.9165.49
Hex57F7DA410C3a95b41
Octal1273673321010143251133101
Binary10101111111011111011010100000101100111010100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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