Html Css Color HEX #57F8BA Turquoise

📋 copy color: '#57F8BA'

red 87 ◦ green 248 ◦ blue 186

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

Shades of Turquoise #57F8BA

Tints of Turquoise #57F8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 16.7%
G = 47.6%
B = 35.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#57F8BA (or 0x57F8BA) is known color: Turquoise. HEX triplet: 57, F8 and BA. RGB value is (87,248,186). Sum of RGB (Red+Green+Blue) = 87+248+186=521 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.70% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F8BA is #A80745. Grayscale: #C0C0C0. Windows color (decimal): -11011910 or 12253271. OLE color: 12253271.

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

Color convert

RGB 87 248 186 -
CMYK 0.65 0 0.25 0.03
HSL 156.89º 0.92% 0.66% -
HSV(B) 156.89º 0.65% 0.97% -
XYZ 46.36 72.71 58.04 -
YUV 192.79 124.16 52.54 -
System Red Green Blue C M Y K H S L
Decimal 87 248 186 0.65 0 0.25 0.03 156.89 0.92 0.66
Hex 57 F8 BA 41 0 19 3 9D 5C 42
Octal 127 370 272 101 0 31 3 235 134 102
Binary 1010111 11111000 10111010 1000001 0 11001 11 10011101 1011100 1000010

Color Harmonies of #57F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F8BA

Black with #57F8BA

Text Example


Text Example

White with #57F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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