Shades of Medium Turquoise #5BCDC7
Tints of Medium Turquoise #5BCDC7
RGB
CMYK
RGB Variations
Color information
#5BCDC7 (or 0x5BCDC7) is known color: Medium Turquoise. HEX triplet: 5B, CD and C7. RGB value is (91,205,199). Sum of RGB (Red+Green+Blue) = 91+205+199=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDC7 is #A43238. Grayscale: #AAAAAA. Windows color (decimal): -10760761 or 13094235. OLE color: 13094235.
HSL color Cylindrical-coordinate representation of color #5BCDC7: hue angle of 176.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDC7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 199 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.20 |
| HSL | 176.84º | 0.53% | 0.58% | - |
| HSV(B) | 176.84º | 0.56% | 0.8% | - |
| XYZ | 36.45 | 50.01 | 61.76 | - |
| YUV | 170.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 199 | 0.56 | 0 | 0.03 | 0.20 | 176.84 | 0.53 | 0.58 |
| Hex | 5B | CD | C7 | 38 | 0 | 3 | 14 | B1 | 35 | 3A |
| Octal | 133 | 315 | 307 | 70 | 0 | 3 | 24 | 261 | 65 | 72 |
| Binary | 1011011 | 11001101 | 11000111 | 111000 | 0 | 11 | 10100 | 10110001 | 110101 | 111010 |
Color Harmonies of #5BCDC7
Complementary color
Monochromatic Colors of #5BCDC7
Black with #5BCDC7
Text Example
Text Example
White with #5BCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDC7; }
p { color: rgb(91,205,199); }
H1.HeaderClassName
{
color: #5BCDC7;
}
.AnyTagClassName
{
color: #5BCDC7;
}
</style>
background-color css
<style>
a { background-color: #5BCDC7; }
a { background-color: rgb(91,205,199); }
div.DivClassName
{
background-color: #5BCDC7;
}
.BgClassName
{
background-color: #5BCDC7;
}
</style>
border-color css
<style>
span { border-color: #5BCDC7; }
span { border-color: rgb(91,205,199); }
td.TdClassName
{
border-color: #5BCDC7;
}
.TagClassName
{
border-color: #5BCDC7;
}
</style>