Shades of Medium Turquoise #5BCAD1
Tints of Medium Turquoise #5BCAD1
RGB
CMYK
RGB Variations
Color information
#5BCAD1 (or 0x5BCAD1) is known color: Medium Turquoise. HEX triplet: 5B, CA and D1. RGB value is (91,202,209). Sum of RGB (Red+Green+Blue) = 91+202+209=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #5BCAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAD1 is #A4352E. Grayscale: #A9A9A9. Windows color (decimal): -10761519 or 13748827. OLE color: 13748827.
HSL color Cylindrical-coordinate representation of color #5BCAD1: hue angle of 183.56º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCAD1 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 202 | 209 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.18 |
| HSL | 183.56º | 0.56% | 0.59% | - |
| HSV(B) | 183.56º | 0.56% | 0.82% | - |
| XYZ | 36.94 | 49.07 | 67.85 | - |
| YUV | 169.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 209 | 0.56 | 0.03 | 0 | 0.18 | 183.56 | 0.56 | 0.59 |
| Hex | 5B | CA | D1 | 38 | 3 | 0 | 12 | B8 | 38 | 3B |
| Octal | 133 | 312 | 321 | 70 | 3 | 0 | 22 | 270 | 70 | 73 |
| Binary | 1011011 | 11001010 | 11010001 | 111000 | 11 | 0 | 10010 | 10111000 | 111000 | 111011 |
Color Harmonies of #5BCAD1
Complementary color
Monochromatic Colors of #5BCAD1
Black with #5BCAD1
Text Example
Text Example
White with #5BCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAD1; }
p { color: rgb(91,202,209); }
H1.HeaderClassName
{
color: #5BCAD1;
}
.AnyTagClassName
{
color: #5BCAD1;
}
</style>
background-color css
<style>
a { background-color: #5BCAD1; }
a { background-color: rgb(91,202,209); }
div.DivClassName
{
background-color: #5BCAD1;
}
.BgClassName
{
background-color: #5BCAD1;
}
</style>
border-color css
<style>
span { border-color: #5BCAD1; }
span { border-color: rgb(91,202,209); }
td.TdClassName
{
border-color: #5BCAD1;
}
.TagClassName
{
border-color: #5BCAD1;
}
</style>