Html Css Color HEX #57C0BC Fountain Blue

📋 copy color: '#57C0BC'

red 87 ◦ green 192 ◦ blue 188

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

Shades of Fountain Blue #57C0BC

Tints of Fountain Blue #57C0BC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 18.63%
G = 41.11%
B = 40.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#57C0BC (or 0x57C0BC) is known color: Fountain Blue. HEX triplet: 57, C0 and BC. RGB value is (87,192,188). Sum of RGB (Red+Green+Blue) = 87+192+188=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #57C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0BC is #A83F43. Grayscale: #A0A0A0. Windows color (decimal): -11026244 or 12370007. OLE color: 12370007.

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

Color convert

RGB 87 192 188 -
CMYK 0.55 0 0.02 0.25
HSL 177.71º 0.45% 0.55% -
HSV(B) 177.71º 0.55% 0.75% -
XYZ 31.86 43.36 54.27 -
YUV 160.15 143.71 75.83 -
System Red Green Blue C M Y K H S L
Decimal 87 192 188 0.55 0 0.02 0.25 177.71 0.45 0.55
Hex 57 C0 BC 37 0 2 19 B2 2D 37
Octal 127 300 274 67 0 2 31 262 55 67
Binary 1010111 11000000 10111100 110111 0 10 11001 10110010 101101 110111

Color Harmonies of #57C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C0BC

Black with #57C0BC

Text Example


Text Example

White with #57C0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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