Shades of Medium Turquoise #5BCECF
Tints of Medium Turquoise #5BCECF
RGB
CMYK
RGB Variations
Color information
#5BCECF (or 0x5BCECF) is known color: Medium Turquoise. HEX triplet: 5B, CE and CF. RGB value is (91,206,207). Sum of RGB (Red+Green+Blue) = 91+206+207=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCECF is #A43130. Grayscale: #ABABAB. Windows color (decimal): -10760497 or 13618779. OLE color: 13618779.
HSL color Cylindrical-coordinate representation of color #5BCECF: hue angle of 180.52º 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 #5BCECF is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 207 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.19 |
| HSL | 180.52º | 0.55% | 0.58% | - |
| HSV(B) | 180.52º | 0.56% | 0.81% | - |
| XYZ | 37.65 | 50.87 | 66.87 | - |
| YUV | 171.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 207 | 0.56 | 0.00 | 0 | 0.19 | 180.52 | 0.55 | 0.58 |
| Hex | 5B | CE | CF | 38 | 0 | 0 | 13 | B5 | 37 | 3A |
| Octal | 133 | 316 | 317 | 70 | 0 | 0 | 23 | 265 | 67 | 72 |
| Binary | 1011011 | 11001110 | 11001111 | 111000 | 0 | 0 | 10011 | 10110101 | 110111 | 111010 |
Color Harmonies of #5BCECF
Complementary color
Monochromatic Colors of #5BCECF
Black with #5BCECF
Text Example
Text Example
White with #5BCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCECF; }
p { color: rgb(91,206,207); }
H1.HeaderClassName
{
color: #5BCECF;
}
.AnyTagClassName
{
color: #5BCECF;
}
</style>
background-color css
<style>
a { background-color: #5BCECF; }
a { background-color: rgb(91,206,207); }
div.DivClassName
{
background-color: #5BCECF;
}
.BgClassName
{
background-color: #5BCECF;
}
</style>
border-color css
<style>
span { border-color: #5BCECF; }
span { border-color: rgb(91,206,207); }
td.TdClassName
{
border-color: #5BCECF;
}
.TagClassName
{
border-color: #5BCECF;
}
</style>