Html Css Color HEX #57C1BA Fountain Blue

📋 copy color: '#57C1BA'

red 87 ◦ green 193 ◦ blue 186

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

Shades of Fountain Blue #57C1BA

Tints of Fountain Blue #57C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

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

R = 18.67%
G = 41.42%
B = 39.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#57C1BA (or 0x57C1BA) is known color: Fountain Blue. HEX triplet: 57, C1 and BA. RGB value is (87,193,186). Sum of RGB (Red+Green+Blue) = 87+193+186=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C1BA is #A83E45. Grayscale: #A0A0A0. Windows color (decimal): -11025990 or 12239191. OLE color: 12239191.

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

Color convert

RGB 87 193 186 -
CMYK 0.55 0 0.04 0.24
HSL 176.04º 0.46% 0.55% -
HSV(B) 176.04º 0.55% 0.76% -
XYZ 31.86 43.71 53.21 -
YUV 160.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 87 193 186 0.55 0 0.04 0.24 176.04 0.46 0.55
Hex 57 C1 BA 37 0 4 18 B0 2E 37
Octal 127 301 272 67 0 4 30 260 56 67
Binary 1010111 11000001 10111010 110111 0 100 11000 10110000 101110 110111

Color Harmonies of #57C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C1BA

Black with #57C1BA

Text Example


Text Example

White with #57C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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