Html Css Color HEX #5BC3BF Medium Turquoise

📋 copy color: '#5BC3BF'

red 91 ◦ green 195 ◦ blue 191

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

Shades of Medium Turquoise #5BC3BF

Tints of Medium Turquoise #5BC3BF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 19.08%
G = 40.88%
B = 40.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#5BC3BF (or 0x5BC3BF) is known color: Medium Turquoise. HEX triplet: 5B, C3 and BF. RGB value is (91,195,191). Sum of RGB (Red+Green+Blue) = 91+195+191=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC3BF is #A43C40. Grayscale: #A3A3A3. Windows color (decimal): -10763329 or 12567387. OLE color: 12567387.

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

Color convert

RGB 91 195 191 -
CMYK 0.53 0 0.02 0.24
HSL 177.69º 0.46% 0.56% -
HSV(B) 177.69º 0.53% 0.76% -
XYZ 33.23 45.02 56.23 -
YUV 163.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 91 195 191 0.53 0 0.02 0.24 177.69 0.46 0.56
Hex 5B C3 BF 35 0 2 18 B2 2E 38
Octal 133 303 277 65 0 2 30 262 56 70
Binary 1011011 11000011 10111111 110101 0 10 11000 10110010 101110 111000

Color Harmonies of #5BC3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC3BF

Black with #5BC3BF

Text Example


Text Example

White with #5BC3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,195,191); }

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

background-color css

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

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

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

border-color css

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

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

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