Shades of Turquoise Blue #5BCBDD
Tints of Turquoise Blue #5BCBDD
RGB
CMYK
RGB Variations
Color information
#5BCBDD (or 0x5BCBDD) is known color: Turquoise Blue. HEX triplet: 5B, CB and DD. RGB value is (91,203,221). Sum of RGB (Red+Green+Blue) = 91+203+221=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BCBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCBDD is #A43422. Grayscale: #ABABAB. Windows color (decimal): -10761251 or 14535515. OLE color: 14535515.
HSL color Cylindrical-coordinate representation of color #5BCBDD: hue angle of 188.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BCBDD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 203 | 221 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.13 |
| HSL | 188.31º | 0.66% | 0.61% | - |
| HSV(B) | 188.31º | 0.59% | 0.87% | - |
| XYZ | 38.72 | 50.16 | 76.05 | - |
| YUV | 171.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 221 | 0.59 | 0.08 | 0 | 0.13 | 188.31 | 0.66 | 0.61 |
| Hex | 5B | CB | DD | 3B | 8 | 0 | D | BC | 42 | 3D |
| Octal | 133 | 313 | 335 | 73 | 10 | 0 | 15 | 274 | 102 | 75 |
| Binary | 1011011 | 11001011 | 11011101 | 111011 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111101 |
Color Harmonies of #5BCBDD
Complementary color
Monochromatic Colors of #5BCBDD
Black with #5BCBDD
Text Example
Text Example
White with #5BCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBDD; }
p { color: rgb(91,203,221); }
H1.HeaderClassName
{
color: #5BCBDD;
}
.AnyTagClassName
{
color: #5BCBDD;
}
</style>
background-color css
<style>
a { background-color: #5BCBDD; }
a { background-color: rgb(91,203,221); }
div.DivClassName
{
background-color: #5BCBDD;
}
.BgClassName
{
background-color: #5BCBDD;
}
</style>
border-color css
<style>
span { border-color: #5BCBDD; }
span { border-color: rgb(91,203,221); }
td.TdClassName
{
border-color: #5BCBDD;
}
.TagClassName
{
border-color: #5BCBDD;
}
</style>