Html Css Color HEX #58BCBC Fountain Blue

📋 copy color: '#58BCBC'

red 88 ◦ green 188 ◦ blue 188

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

Shades of Fountain Blue #58BCBC

Tints of Fountain Blue #58BCBC

RGB

 RED value IS 88 (34.77% from 255) = 18.97%

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

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

R = 18.97%
G = 40.52%
B = 40.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58BCBC (or 0x58BCBC) is known color: Fountain Blue. HEX triplet: 58, BC and BC. RGB value is (88,188,188). Sum of RGB (Red+Green+Blue) = 88+188+188=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #58BCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCBC is #A74343. Grayscale: #9E9E9E. Windows color (decimal): -10961732 or 12368984. OLE color: 12368984.

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

Color convert

RGB 88 188 188 -
CMYK 0.53 0 0 0.26
HSL 180º 0.43% 0.54% -
HSV(B) 180º 0.53% 0.74% -
XYZ 31.08 41.67 53.98 -
YUV 158.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 88 188 188 0.53 0 0 0.26 180 0.43 0.54
Hex 58 BC BC 35 0 0 1A B4 2B 36
Octal 130 274 274 65 0 0 32 264 53 66
Binary 1011000 10111100 10111100 110101 0 0 11010 10110100 101011 110110

Color Harmonies of #58BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCBC

Black with #58BCBC

Text Example


Text Example

White with #58BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58BCBC; }

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

 H1.HeaderClassName
 {
   color: #58BCBC;
 }
 .AnyTagClassName
 {
   color: #58BCBC;
 }
</style>

background-color css

<style>
 a { background-color: #58BCBC; }

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

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

border-color css

<style>
 span { border-color: #58BCBC; }

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

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