Shades of Medium Turquoise #5BCAD5
Tints of Medium Turquoise #5BCAD5
RGB
CMYK
RGB Variations
Color information
#5BCAD5 (or 0x5BCAD5) is known color: Medium Turquoise. HEX triplet: 5B, CA and D5. RGB value is (91,202,213). Sum of RGB (Red+Green+Blue) = 91+202+213=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #5BCAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAD5 is #A4352A. Grayscale: #A9A9A9. Windows color (decimal): -10761515 or 14010971. OLE color: 14010971.
HSL color Cylindrical-coordinate representation of color #5BCAD5: hue angle of 185.41º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BCAD5 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 202 | 213 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.16 |
| HSL | 185.41º | 0.59% | 0.6% | - |
| HSV(B) | 185.41º | 0.57% | 0.84% | - |
| XYZ | 37.45 | 49.27 | 70.49 | - |
| YUV | 170.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 213 | 0.57 | 0.05 | 0 | 0.16 | 185.41 | 0.59 | 0.6 |
| Hex | 5B | CA | D5 | 39 | 5 | 0 | 10 | B9 | 3B | 3C |
| Octal | 133 | 312 | 325 | 71 | 5 | 0 | 20 | 271 | 73 | 74 |
| Binary | 1011011 | 11001010 | 11010101 | 111001 | 101 | 0 | 10000 | 10111001 | 111011 | 111100 |
Color Harmonies of #5BCAD5
Complementary color
Monochromatic Colors of #5BCAD5
Black with #5BCAD5
Text Example
Text Example
White with #5BCAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAD5; }
p { color: rgb(91,202,213); }
H1.HeaderClassName
{
color: #5BCAD5;
}
.AnyTagClassName
{
color: #5BCAD5;
}
</style>
background-color css
<style>
a { background-color: #5BCAD5; }
a { background-color: rgb(91,202,213); }
div.DivClassName
{
background-color: #5BCAD5;
}
.BgClassName
{
background-color: #5BCAD5;
}
</style>
border-color css
<style>
span { border-color: #5BCAD5; }
span { border-color: rgb(91,202,213); }
td.TdClassName
{
border-color: #5BCAD5;
}
.TagClassName
{
border-color: #5BCAD5;
}
</style>