Html Css Color HEX #5EBCBE Fountain Blue

📋 copy color: '#5EBCBE'

red 94 ◦ green 188 ◦ blue 190

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

Shades of Fountain Blue #5EBCBE

Tints of Fountain Blue #5EBCBE

RGB

 RED value IS 94 (37.11% from 255) = 19.92%

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 19.92%
G = 39.83%
B = 40.25%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EBCBE (or 0x5EBCBE) is known color: Fountain Blue. HEX triplet: 5E, BC and BE. RGB value is (94,188,190). Sum of RGB (Red+Green+Blue) = 94+188+190=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EBCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCBE is #A14341. Grayscale: #A0A0A0. Windows color (decimal): -10568514 or 12500062. OLE color: 12500062.

HSL color Cylindrical-coordinate representation of color #5EBCBE: hue angle of 181.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBCBE is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 188 190 -
CMYK 0.51 0.01 0 0.25
HSL 181.25º 0.42% 0.56% -
HSV(B) 181.25º 0.51% 0.75% -
XYZ 31.89 42.06 55.15 -
YUV 160.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 94 188 190 0.51 0.01 0 0.25 181.25 0.42 0.56
Hex 5E BC BE 33 1 0 19 B5 2A 38
Octal 136 274 276 63 1 0 31 265 52 70
Binary 1011110 10111100 10111110 110011 1 0 11001 10110101 101010 111000

Color Harmonies of #5EBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCBE

Black with #5EBCBE

Text Example


Text Example

White with #5EBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EBCBE; }

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

 H1.HeaderClassName
 {
   color: #5EBCBE;
 }
 .AnyTagClassName
 {
   color: #5EBCBE;
 }
</style>

background-color css

<style>
 a { background-color: #5EBCBE; }

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

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

border-color css

<style>
 span { border-color: #5EBCBE; }

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

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