Html Css Color HEX #57F9BA Turquoise

📋 copy color: '#57F9BA'

red 87 ◦ green 249 ◦ blue 186

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

Shades of Turquoise #57F9BA

Tints of Turquoise #57F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

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

R = 16.67%
G = 47.7%
B = 35.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#57F9BA (or 0x57F9BA) is known color: Turquoise. HEX triplet: 57, F9 and BA. RGB value is (87,249,186). Sum of RGB (Red+Green+Blue) = 87+249+186=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F9BA is #A80645. Grayscale: #C1C1C1. Windows color (decimal): -11011654 or 12253527. OLE color: 12253527.

HSL color Cylindrical-coordinate representation of color #57F9BA: hue angle of 156.67º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F9BA is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 249 186 -
CMYK 0.65 0 0.25 0.02
HSL 156.67º 0.93% 0.66% -
HSV(B) 156.67º 0.65% 0.98% -
XYZ 46.67 73.32 58.15 -
YUV 193.38 123.83 52.12 -
System Red Green Blue C M Y K H S L
Decimal 87 249 186 0.65 0 0.25 0.02 156.67 0.93 0.66
Hex 57 F9 BA 41 0 19 2 9D 5D 42
Octal 127 371 272 101 0 31 2 235 135 102
Binary 1010111 11111001 10111010 1000001 0 11001 10 10011101 1011101 1000010

Color Harmonies of #57F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F9BA

Black with #57F9BA

Text Example


Text Example

White with #57F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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