Shades of Turquoise Blue #5BCCDB
Tints of Turquoise Blue #5BCCDB
RGB
CMYK
RGB Variations
Color information
#5BCCDB (or 0x5BCCDB) is known color: Turquoise Blue. HEX triplet: 5B, CC and DB. RGB value is (91,204,219). Sum of RGB (Red+Green+Blue) = 91+204+219=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCDB is #A43324. Grayscale: #ABABAB. Windows color (decimal): -10760997 or 14404699. OLE color: 14404699.
HSL color Cylindrical-coordinate representation of color #5BCCDB: hue angle of 187.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BCCDB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 204 | 219 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.14 |
| HSL | 187.03º | 0.64% | 0.61% | - |
| HSV(B) | 187.03º | 0.58% | 0.86% | - |
| XYZ | 38.69 | 50.52 | 74.73 | - |
| YUV | 171.92 | 154.56 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 219 | 0.58 | 0.07 | 0 | 0.14 | 187.03 | 0.64 | 0.61 |
| Hex | 5B | CC | DB | 3A | 7 | 0 | E | BB | 40 | 3D |
| Octal | 133 | 314 | 333 | 72 | 7 | 0 | 16 | 273 | 100 | 75 |
| Binary | 1011011 | 11001100 | 11011011 | 111010 | 111 | 0 | 1110 | 10111011 | 1000000 | 111101 |
Color Harmonies of #5BCCDB
Complementary color
Monochromatic Colors of #5BCCDB
Black with #5BCCDB
Text Example
Text Example
White with #5BCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCDB; }
p { color: rgb(91,204,219); }
H1.HeaderClassName
{
color: #5BCCDB;
}
.AnyTagClassName
{
color: #5BCCDB;
}
</style>
background-color css
<style>
a { background-color: #5BCCDB; }
a { background-color: rgb(91,204,219); }
div.DivClassName
{
background-color: #5BCCDB;
}
.BgClassName
{
background-color: #5BCCDB;
}
</style>
border-color css
<style>
span { border-color: #5BCCDB; }
span { border-color: rgb(91,204,219); }
td.TdClassName
{
border-color: #5BCCDB;
}
.TagClassName
{
border-color: #5BCCDB;
}
</style>