Shades of Turquoise Blue #5BCBED
Tints of Turquoise Blue #5BCBED
RGB
CMYK
RGB Variations
Color information
#5BCBED (or 0x5BCBED) is known color: Turquoise Blue. HEX triplet: 5B, CB and ED. RGB value is (91,203,237). Sum of RGB (Red+Green+Blue) = 91+203+237=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BCBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCBED is #A43412. Grayscale: #ADADAD. Windows color (decimal): -10761235 or 15584091. OLE color: 15584091.
HSL color Cylindrical-coordinate representation of color #5BCBED: hue angle of 193.97º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCBED is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 203 | 237 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.07 |
| HSL | 193.97º | 0.8% | 0.64% | - |
| HSV(B) | 193.97º | 0.62% | 0.93% | - |
| XYZ | 40.96 | 51.05 | 87.82 | - |
| YUV | 173.39 | 163.89 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 237 | 0.62 | 0.14 | 0 | 0.07 | 193.97 | 0.8 | 0.64 |
| Hex | 5B | CB | ED | 3E | E | 0 | 7 | C2 | 50 | 40 |
| Octal | 133 | 313 | 355 | 76 | 16 | 0 | 7 | 302 | 120 | 100 |
| Binary | 1011011 | 11001011 | 11101101 | 111110 | 1110 | 0 | 111 | 11000010 | 1010000 | 1000000 |
Color Harmonies of #5BCBED
Complementary color
Monochromatic Colors of #5BCBED
Black with #5BCBED
Text Example
Text Example
White with #5BCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBED; }
p { color: rgb(91,203,237); }
H1.HeaderClassName
{
color: #5BCBED;
}
.AnyTagClassName
{
color: #5BCBED;
}
</style>
background-color css
<style>
a { background-color: #5BCBED; }
a { background-color: rgb(91,203,237); }
div.DivClassName
{
background-color: #5BCBED;
}
.BgClassName
{
background-color: #5BCBED;
}
</style>
border-color css
<style>
span { border-color: #5BCBED; }
span { border-color: rgb(91,203,237); }
td.TdClassName
{
border-color: #5BCBED;
}
.TagClassName
{
border-color: #5BCBED;
}
</style>