Html Css Color HEX #57F6BA Turquoise

📋 copy color: '#57F6BA'

red 87 ◦ green 246 ◦ blue 186

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

Shades of Turquoise #57F6BA

Tints of Turquoise #57F6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.4%

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

R = 16.76%
G = 47.4%
B = 35.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#57F6BA (or 0x57F6BA) is known color: Turquoise. HEX triplet: 57, F6 and BA. RGB value is (87,246,186). Sum of RGB (Red+Green+Blue) = 87+246+186=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #57F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F6BA is #A80945. Grayscale: #BFBFBF. Windows color (decimal): -11012422 or 12252759. OLE color: 12252759.

HSL color Cylindrical-coordinate representation of color #57F6BA: hue angle of 157.36º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F6BA is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 246 186 -
CMYK 0.65 0 0.24 0.04
HSL 157.36º 0.9% 0.65% -
HSV(B) 157.36º 0.65% 0.96% -
XYZ 45.75 71.48 57.84 -
YUV 191.62 124.82 53.38 -
System Red Green Blue C M Y K H S L
Decimal 87 246 186 0.65 0 0.24 0.04 157.36 0.9 0.65
Hex 57 F6 BA 41 0 18 4 9D 5A 41
Octal 127 366 272 101 0 30 4 235 132 101
Binary 1010111 11110110 10111010 1000001 0 11000 100 10011101 1011010 1000001

Color Harmonies of #57F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F6BA

Black with #57F6BA

Text Example


Text Example

White with #57F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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