Html Css Color HEX #57F8E1 Turquoise

📋 copy color: '#57F8E1'

red 87 ◦ green 248 ◦ blue 225

#57F8E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #57F8E1

Tints of Turquoise #57F8E1

RGB

 RED value IS 87 (34.38% from 255) = 15.54%

 GREEN value IS 248 (97.27% from 255) = 44.29%

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 15.54%
G = 44.29%
B = 40.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#57F8E1 (or 0x57F8E1) is known color: Turquoise. HEX triplet: 57, F8 and E1. RGB value is (87,248,225). Sum of RGB (Red+Green+Blue) = 87+248+225=560 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.54% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F8E1 is #A8071E. Grayscale: #C5C5C5. Windows color (decimal): -11011871 or 14809175. OLE color: 14809175.

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

Color convert

RGB 87 248 225 -
CMYK 0.65 0 0.09 0.03
HSL 171.43º 0.92% 0.66% -
HSV(B) 171.43º 0.65% 0.97% -
XYZ 51.09 74.6 82.94 -
YUV 197.24 143.66 49.37 -
System Red Green Blue C M Y K H S L
Decimal 87 248 225 0.65 0 0.09 0.03 171.43 0.92 0.66
Hex 57 F8 E1 41 0 9 3 AB 5C 42
Octal 127 370 341 101 0 11 3 253 134 102
Binary 1010111 11111000 11100001 1000001 0 1001 11 10101011 1011100 1000010

Color Harmonies of #57F8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F8E1

Black with #57F8E1

Text Example


Text Example

White with #57F8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,248,225); }

 H1.HeaderClassName
 {
   color: #57F8E1;
 }
 .AnyTagClassName
 {
   color: #57F8E1;
 }
</style>

background-color css

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

 a { background-color: rgb(87,248,225); }

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

border-color css

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

 span { border-color: rgb(87,248,225); }

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