Html Css Color HEX #57BCBD Fountain Blue

📋 copy color: '#57BCBD'

red 87 ◦ green 188 ◦ blue 189

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

Shades of Fountain Blue #57BCBD

Tints of Fountain Blue #57BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 18.75%
G = 40.52%
B = 40.73%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#57BCBD (or 0x57BCBD) is known color: Fountain Blue. HEX triplet: 57, BC and BD. RGB value is (87,188,189). Sum of RGB (Red+Green+Blue) = 87+188+189=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #57BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCBD is #A84342. Grayscale: #9D9D9D. Windows color (decimal): -11027267 or 12434519. OLE color: 12434519.

HSL color Cylindrical-coordinate representation of color #57BCBD: hue angle of 180.59º degrees, saturation: 0.44, 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 #57BCBD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 188 189 -
CMYK 0.54 0.01 0 0.26
HSL 180.59º 0.44% 0.54% -
HSV(B) 180.59º 0.54% 0.74% -
XYZ 31.1 41.67 54.55 -
YUV 157.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 87 188 189 0.54 0.01 0 0.26 180.59 0.44 0.54
Hex 57 BC BD 36 1 0 1A B5 2C 36
Octal 127 274 275 66 1 0 32 265 54 66
Binary 1010111 10111100 10111101 110110 1 0 11010 10110101 101100 110110

Color Harmonies of #57BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCBD

Black with #57BCBD

Text Example


Text Example

White with #57BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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