Html Css Color HEX #5DC1BC Fountain Blue

📋 copy color: '#5DC1BC'

red 93 ◦ green 193 ◦ blue 188

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

Shades of Fountain Blue #5DC1BC

Tints of Fountain Blue #5DC1BC

RGB

 RED value IS 93 (36.72% from 255) = 19.62%

 GREEN value IS 193 (75.78% from 255) = 40.72%

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

R = 19.62%
G = 40.72%
B = 39.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#5DC1BC (or 0x5DC1BC) is known color: Fountain Blue. HEX triplet: 5D, C1 and BC. RGB value is (93,193,188). Sum of RGB (Red+Green+Blue) = 93+193+188=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC1BC is #A23E43. Grayscale: #A2A2A2. Windows color (decimal): -10632772 or 12370269. OLE color: 12370269.

HSL color Cylindrical-coordinate representation of color #5DC1BC: hue angle of 177º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC1BC is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 193 188 -
CMYK 0.52 0 0.03 0.24
HSL 177º 0.45% 0.56% -
HSV(B) 177º 0.52% 0.76% -
XYZ 32.66 44.1 54.37 -
YUV 162.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 93 193 188 0.52 0 0.03 0.24 177 0.45 0.56
Hex 5D C1 BC 34 0 3 18 B1 2D 38
Octal 135 301 274 64 0 3 30 261 55 70
Binary 1011101 11000001 10111100 110100 0 11 11000 10110001 101101 111000

Color Harmonies of #5DC1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC1BC

Black with #5DC1BC

Text Example


Text Example

White with #5DC1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,193,188); }

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

background-color css

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

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

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

border-color css

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

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

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