Html Css Color HEX #57BCBA Fountain Blue

📋 copy color: '#57BCBA'

red 87 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #57BCBA

Tints of Fountain Blue #57BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.78%

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

R = 18.87%
G = 40.78%
B = 40.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#57BCBA (or 0x57BCBA) is known color: Fountain Blue. HEX triplet: 57, BC and BA. RGB value is (87,188,186). Sum of RGB (Red+Green+Blue) = 87+188+186=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #57BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCBA is #A84345. Grayscale: #9D9D9D. Windows color (decimal): -11027270 or 12237911. OLE color: 12237911.

HSL color Cylindrical-coordinate representation of color #57BCBA: hue angle of 178.81º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BCBA is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 188 186 -
CMYK 0.54 0 0.01 0.26
HSL 178.81º 0.43% 0.54% -
HSV(B) 178.81º 0.54% 0.74% -
XYZ 30.78 41.54 52.85 -
YUV 157.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 87 188 186 0.54 0 0.01 0.26 178.81 0.43 0.54
Hex 57 BC BA 36 0 1 1A B3 2B 36
Octal 127 274 272 66 0 1 32 263 53 66
Binary 1010111 10111100 10111010 110110 0 1 11010 10110011 101011 110110

Color Harmonies of #57BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCBA

Black with #57BCBA

Text Example


Text Example

White with #57BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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