Html Css Color HEX #57BEBC Fountain Blue

📋 copy color: '#57BEBC'

red 87 ◦ green 190 ◦ blue 188

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

Shades of Fountain Blue #57BEBC

Tints of Fountain Blue #57BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

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

R = 18.71%
G = 40.86%
B = 40.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#57BEBC (or 0x57BEBC) is known color: Fountain Blue. HEX triplet: 57, BE and BC. RGB value is (87,190,188). Sum of RGB (Red+Green+Blue) = 87+190+188=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEBC is #A84143. Grayscale: #9E9E9E. Windows color (decimal): -11026756 or 12369495. OLE color: 12369495.

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

Color convert

RGB 87 190 188 -
CMYK 0.54 0 0.01 0.25
HSL 178.83º 0.44% 0.54% -
HSV(B) 178.83º 0.54% 0.75% -
XYZ 31.42 42.48 54.12 -
YUV 158.98 144.38 76.66 -
System Red Green Blue C M Y K H S L
Decimal 87 190 188 0.54 0 0.01 0.25 178.83 0.44 0.54
Hex 57 BE BC 36 0 1 19 B3 2C 36
Octal 127 276 274 66 0 1 31 263 54 66
Binary 1010111 10111110 10111100 110110 0 1 11001 10110011 101100 110110

Color Harmonies of #57BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEBC

Black with #57BEBC

Text Example


Text Example

White with #57BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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