Html Css Color HEX #5EBCBC Fountain Blue

📋 copy color: '#5EBCBC'

red 94 ◦ green 188 ◦ blue 188

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

Shades of Fountain Blue #5EBCBC

Tints of Fountain Blue #5EBCBC

RGB

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

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

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

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EBCBC (or 0x5EBCBC) is known color: Fountain Blue. HEX triplet: 5E, BC and BC. RGB value is (94,188,188). Sum of RGB (Red+Green+Blue) = 94+188+188=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #5EBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCBC is #A14343. Grayscale: #9F9F9F. Windows color (decimal): -10568516 or 12368990. OLE color: 12368990.

HSL color Cylindrical-coordinate representation of color #5EBCBC: hue angle of 180º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBCBC is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 188 188 -
CMYK 0.50 0 0 0.26
HSL 180º 0.41% 0.55% -
HSV(B) 180º 0.5% 0.74% -
XYZ 31.68 41.98 54.01 -
YUV 159.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 94 188 188 0.50 0 0 0.26 180 0.41 0.55
Hex 5E BC BC 32 0 0 1A B4 29 37
Octal 136 274 274 62 0 0 32 264 51 67
Binary 1011110 10111100 10111100 110010 0 0 11010 10110100 101001 110111

Color Harmonies of #5EBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCBC

Black with #5EBCBC

Text Example


Text Example

White with #5EBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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