Shades of Medium Turquoise #5BCACF
Tints of Medium Turquoise #5BCACF
RGB
CMYK
RGB Variations
Color information
#5BCACF (or 0x5BCACF) is known color: Medium Turquoise. HEX triplet: 5B, CA and CF. RGB value is (91,202,207). Sum of RGB (Red+Green+Blue) = 91+202+207=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCACF is #A43530. Grayscale: #A9A9A9. Windows color (decimal): -10761521 or 13617755. OLE color: 13617755.
HSL color Cylindrical-coordinate representation of color #5BCACF: hue angle of 182.59º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCACF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 202 | 207 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.19 |
| HSL | 182.59º | 0.55% | 0.58% | - |
| HSV(B) | 182.59º | 0.56% | 0.81% | - |
| XYZ | 36.7 | 48.97 | 66.55 | - |
| YUV | 169.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 207 | 0.56 | 0.02 | 0 | 0.19 | 182.59 | 0.55 | 0.58 |
| Hex | 5B | CA | CF | 38 | 2 | 0 | 13 | B7 | 37 | 3A |
| Octal | 133 | 312 | 317 | 70 | 2 | 0 | 23 | 267 | 67 | 72 |
| Binary | 1011011 | 11001010 | 11001111 | 111000 | 10 | 0 | 10011 | 10110111 | 110111 | 111010 |
Color Harmonies of #5BCACF
Complementary color
Monochromatic Colors of #5BCACF
Black with #5BCACF
Text Example
Text Example
White with #5BCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCACF; }
p { color: rgb(91,202,207); }
H1.HeaderClassName
{
color: #5BCACF;
}
.AnyTagClassName
{
color: #5BCACF;
}
</style>
background-color css
<style>
a { background-color: #5BCACF; }
a { background-color: rgb(91,202,207); }
div.DivClassName
{
background-color: #5BCACF;
}
.BgClassName
{
background-color: #5BCACF;
}
</style>
border-color css
<style>
span { border-color: #5BCACF; }
span { border-color: rgb(91,202,207); }
td.TdClassName
{
border-color: #5BCACF;
}
.TagClassName
{
border-color: #5BCACF;
}
</style>