Html Css Color HEX #57BFBA Fountain Blue

📋 copy color: '#57BFBA'

red 87 ◦ green 191 ◦ blue 186

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

Shades of Fountain Blue #57BFBA

Tints of Fountain Blue #57BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.16%

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

R = 18.75%
G = 41.16%
B = 40.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#57BFBA (or 0x57BFBA) is known color: Fountain Blue. HEX triplet: 57, BF and BA. RGB value is (87,191,186). Sum of RGB (Red+Green+Blue) = 87+191+186=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #57BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFBA is #A84045. Grayscale: #9F9F9F. Windows color (decimal): -11026502 or 12238679. OLE color: 12238679.

HSL color Cylindrical-coordinate representation of color #57BFBA: hue angle of 177.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BFBA is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 191 186 -
CMYK 0.54 0 0.03 0.25
HSL 177.12º 0.45% 0.55% -
HSV(B) 177.12º 0.54% 0.75% -
XYZ 31.42 42.83 53.07 -
YUV 159.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 87 191 186 0.54 0 0.03 0.25 177.12 0.45 0.55
Hex 57 BF BA 36 0 3 19 B1 2D 37
Octal 127 277 272 66 0 3 31 261 55 67
Binary 1010111 10111111 10111010 110110 0 11 11001 10110001 101101 110111

Color Harmonies of #57BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BFBA

Black with #57BFBA

Text Example


Text Example

White with #57BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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