Shades of Medium Turquoise #5BCBCF
Tints of Medium Turquoise #5BCBCF
RGB
CMYK
RGB Variations
Color information
#5BCBCF (or 0x5BCBCF) is known color: Medium Turquoise. HEX triplet: 5B, CB and CF. RGB value is (91,203,207). Sum of RGB (Red+Green+Blue) = 91+203+207=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCBCF is #A43430. Grayscale: #A9A9A9. Windows color (decimal): -10761265 or 13618011. OLE color: 13618011.
HSL color Cylindrical-coordinate representation of color #5BCBCF: hue angle of 182.07º 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 #5BCBCF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 203 | 207 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.19 |
| HSL | 182.07º | 0.55% | 0.58% | - |
| HSV(B) | 182.07º | 0.56% | 0.81% | - |
| XYZ | 36.93 | 49.44 | 66.63 | - |
| YUV | 169.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 207 | 0.56 | 0.02 | 0 | 0.19 | 182.07 | 0.55 | 0.58 |
| Hex | 5B | CB | CF | 38 | 2 | 0 | 13 | B6 | 37 | 3A |
| Octal | 133 | 313 | 317 | 70 | 2 | 0 | 23 | 266 | 67 | 72 |
| Binary | 1011011 | 11001011 | 11001111 | 111000 | 10 | 0 | 10011 | 10110110 | 110111 | 111010 |
Color Harmonies of #5BCBCF
Complementary color
Monochromatic Colors of #5BCBCF
Black with #5BCBCF
Text Example
Text Example
White with #5BCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBCF; }
p { color: rgb(91,203,207); }
H1.HeaderClassName
{
color: #5BCBCF;
}
.AnyTagClassName
{
color: #5BCBCF;
}
</style>
background-color css
<style>
a { background-color: #5BCBCF; }
a { background-color: rgb(91,203,207); }
div.DivClassName
{
background-color: #5BCBCF;
}
.BgClassName
{
background-color: #5BCBCF;
}
</style>
border-color css
<style>
span { border-color: #5BCBCF; }
span { border-color: rgb(91,203,207); }
td.TdClassName
{
border-color: #5BCBCF;
}
.TagClassName
{
border-color: #5BCBCF;
}
</style>