#5BC7C5

Color #5BC7C5 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #5BC7C5

Tints of Medium Turquoise #5BC7C5

Color information

#5BC7C5 (or 0x5BC7C5) is unknown color: approx Medium Turquoise. HEX triplet: 5B, C7 and C5. RGB value is (91,199,197). Sum of RGB (Red+Green+Blue) = 91+199+197=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #5BC7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC7C5 is #A4383A. Grayscale: #A6A6A6. Windows color (decimal): -10762299 or 12961627. OLE color: 12961627.

HSL color Cylindrical-coordinate representation of color #5BC7C5: hue angle of 178.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC7C5 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB91199197-
CMYK0.5400.010.22
HSL178.89º49.09%56.86%-
HSV(B)178.89º54.27%78.04%-
XYZ34.8247.160.08-
YUV166.48145.2274.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.69%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 197 (77.34% from 255) = 40.45%
R=18.69%
G=40.86%
B=40.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal911991970.5400.010.22178.8949.0956.86
Hex5BC7C5360116b33139
Octal1333073056601262636171
Binary10110111100011111000101110110011011010110011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,199,197); }

 H1.HeaderClassName
 {
   color: #5BC7C5;
 }
 .AnyTagClassName
 {
   color: #5BC7C5;
 }
</style>
background-color css

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

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

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

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

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

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