Html Css Color HEX #5DBCBC Fountain Blue

📋 copy color: '#5DBCBC'

red 93 ◦ green 188 ◦ blue 188

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

Shades of Fountain Blue #5DBCBC

Tints of Fountain Blue #5DBCBC

RGB

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

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

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

R = 19.83%
G = 40.09%
B = 40.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5DBCBC (or 0x5DBCBC) is known color: Fountain Blue. HEX triplet: 5D, BC and BC. RGB value is (93,188,188). Sum of RGB (Red+Green+Blue) = 93+188+188=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #5DBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCBC is #A24343. Grayscale: #9F9F9F. Windows color (decimal): -10634052 or 12368989. OLE color: 12368989.

HSL color Cylindrical-coordinate representation of color #5DBCBC: 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.51%. Process color model (Four color, CMYK) of #5DBCBC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 188 188 -
CMYK 0.51 0 0 0.26
HSL 180º 0.41% 0.55% -
HSV(B) 180º 0.51% 0.74% -
XYZ 31.57 41.92 54.01 -
YUV 159.6 144.03 80.5 -
System Red Green Blue C M Y K H S L
Decimal 93 188 188 0.51 0 0 0.26 180 0.41 0.55
Hex 5D BC BC 33 0 0 1A B4 29 37
Octal 135 274 274 63 0 0 32 264 51 67
Binary 1011101 10111100 10111100 110011 0 0 11010 10110100 101001 110111

Color Harmonies of #5DBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBCBC

Black with #5DBCBC

Text Example


Text Example

White with #5DBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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