Html Css Color HEX #5BBCBC Fountain Blue

📋 copy color: '#5BBCBC'

red 91 ◦ green 188 ◦ blue 188

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

Shades of Fountain Blue #5BBCBC

Tints of Fountain Blue #5BBCBC

RGB

 RED value IS 91 (35.94% from 255) = 19.49%

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

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

R = 19.49%
G = 40.26%
B = 40.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5BBCBC (or 0x5BBCBC) is known color: Fountain Blue. HEX triplet: 5B, BC and BC. RGB value is (91,188,188). Sum of RGB (Red+Green+Blue) = 91+188+188=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #5BBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCBC is #A44343. Grayscale: #9E9E9E. Windows color (decimal): -10765124 or 12368987. OLE color: 12368987.

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

Color convert

RGB 91 188 188 -
CMYK 0.52 0 0 0.26
HSL 180º 0.42% 0.55% -
HSV(B) 180º 0.52% 0.74% -
XYZ 31.37 41.82 54 -
YUV 159 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 91 188 188 0.52 0 0 0.26 180 0.42 0.55
Hex 5B BC BC 34 0 0 1A B4 2A 37
Octal 133 274 274 64 0 0 32 264 52 67
Binary 1011011 10111100 10111100 110100 0 0 11010 10110100 101010 110111

Color Harmonies of #5BBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCBC

Black with #5BBCBC

Text Example


Text Example

White with #5BBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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