Shades of Medium Turquoise #5BC9CF
Tints of Medium Turquoise #5BC9CF
RGB
CMYK
RGB Variations
Color information
#5BC9CF (or 0x5BC9CF) is known color: Medium Turquoise. HEX triplet: 5B, C9 and CF. RGB value is (91,201,207). Sum of RGB (Red+Green+Blue) = 91+201+207=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BC9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9CF is #A43630. Grayscale: #A8A8A8. Windows color (decimal): -10761777 or 13617499. OLE color: 13617499.
HSL color Cylindrical-coordinate representation of color #5BC9CF: hue angle of 183.1º 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 #5BC9CF is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 201 | 207 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.19 |
| HSL | 183.1º | 0.55% | 0.58% | - |
| HSV(B) | 183.1º | 0.56% | 0.81% | - |
| XYZ | 36.46 | 48.5 | 66.47 | - |
| YUV | 168.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 207 | 0.56 | 0.03 | 0 | 0.19 | 183.1 | 0.55 | 0.58 |
| Hex | 5B | C9 | CF | 38 | 3 | 0 | 13 | B7 | 37 | 3A |
| Octal | 133 | 311 | 317 | 70 | 3 | 0 | 23 | 267 | 67 | 72 |
| Binary | 1011011 | 11001001 | 11001111 | 111000 | 11 | 0 | 10011 | 10110111 | 110111 | 111010 |
Color Harmonies of #5BC9CF
Complementary color
Monochromatic Colors of #5BC9CF
Black with #5BC9CF
Text Example
Text Example
White with #5BC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9CF; }
p { color: rgb(91,201,207); }
H1.HeaderClassName
{
color: #5BC9CF;
}
.AnyTagClassName
{
color: #5BC9CF;
}
</style>
background-color css
<style>
a { background-color: #5BC9CF; }
a { background-color: rgb(91,201,207); }
div.DivClassName
{
background-color: #5BC9CF;
}
.BgClassName
{
background-color: #5BC9CF;
}
</style>
border-color css
<style>
span { border-color: #5BC9CF; }
span { border-color: rgb(91,201,207); }
td.TdClassName
{
border-color: #5BC9CF;
}
.TagClassName
{
border-color: #5BC9CF;
}
</style>