Shades of Medium Turquoise #5BDBCC
Tints of Medium Turquoise #5BDBCC
RGB
CMYK
RGB Variations
Color information
#5BDBCC (or 0x5BDBCC) is known color: Medium Turquoise. HEX triplet: 5B, DB and CC. RGB value is (91,219,204). Sum of RGB (Red+Green+Blue) = 91+219+204=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBCC is #A42433. Grayscale: #B2B2B2. Windows color (decimal): -10757172 or 13425499. OLE color: 13425499.
HSL color Cylindrical-coordinate representation of color #5BDBCC: hue angle of 172.97º 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 #5BDBCC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 204 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.14 |
| HSL | 172.97º | 0.64% | 0.61% | - |
| HSV(B) | 172.97º | 0.58% | 0.86% | - |
| XYZ | 40.54 | 57.25 | 66.04 | - |
| YUV | 179.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 204 | 0.58 | 0 | 0.07 | 0.14 | 172.97 | 0.64 | 0.61 |
| Hex | 5B | DB | CC | 3A | 0 | 7 | E | AD | 40 | 3D |
| Octal | 133 | 333 | 314 | 72 | 0 | 7 | 16 | 255 | 100 | 75 |
| Binary | 1011011 | 11011011 | 11001100 | 111010 | 0 | 111 | 1110 | 10101101 | 1000000 | 111101 |
Color Harmonies of #5BDBCC
Complementary color
Monochromatic Colors of #5BDBCC
Black with #5BDBCC
Text Example
Text Example
White with #5BDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBCC; }
p { color: rgb(91,219,204); }
H1.HeaderClassName
{
color: #5BDBCC;
}
.AnyTagClassName
{
color: #5BDBCC;
}
</style>
background-color css
<style>
a { background-color: #5BDBCC; }
a { background-color: rgb(91,219,204); }
div.DivClassName
{
background-color: #5BDBCC;
}
.BgClassName
{
background-color: #5BDBCC;
}
</style>
border-color css
<style>
span { border-color: #5BDBCC; }
span { border-color: rgb(91,219,204); }
td.TdClassName
{
border-color: #5BDBCC;
}
.TagClassName
{
border-color: #5BDBCC;
}
</style>