Shades of Medium Turquoise #5BDBCF
Tints of Medium Turquoise #5BDBCF
RGB
CMYK
RGB Variations
Color information
#5BDBCF (or 0x5BDBCF) is known color: Medium Turquoise. HEX triplet: 5B, DB and CF. RGB value is (91,219,207). Sum of RGB (Red+Green+Blue) = 91+219+207=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBCF is #A42430. Grayscale: #B3B3B3. Windows color (decimal): -10757169 or 13622107. OLE color: 13622107.
HSL color Cylindrical-coordinate representation of color #5BDBCF: hue angle of 174.38º 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 #5BDBCF is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 207 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.14 |
| HSL | 174.38º | 0.64% | 0.61% | - |
| HSV(B) | 174.38º | 0.58% | 0.86% | - |
| XYZ | 40.91 | 57.39 | 67.95 | - |
| YUV | 179.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 207 | 0.58 | 0 | 0.05 | 0.14 | 174.38 | 0.64 | 0.61 |
| Hex | 5B | DB | CF | 3A | 0 | 5 | E | AE | 40 | 3D |
| Octal | 133 | 333 | 317 | 72 | 0 | 5 | 16 | 256 | 100 | 75 |
| Binary | 1011011 | 11011011 | 11001111 | 111010 | 0 | 101 | 1110 | 10101110 | 1000000 | 111101 |
Color Harmonies of #5BDBCF
Complementary color
Monochromatic Colors of #5BDBCF
Black with #5BDBCF
Text Example
Text Example
White with #5BDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBCF; }
p { color: rgb(91,219,207); }
H1.HeaderClassName
{
color: #5BDBCF;
}
.AnyTagClassName
{
color: #5BDBCF;
}
</style>
background-color css
<style>
a { background-color: #5BDBCF; }
a { background-color: rgb(91,219,207); }
div.DivClassName
{
background-color: #5BDBCF;
}
.BgClassName
{
background-color: #5BDBCF;
}
</style>
border-color css
<style>
span { border-color: #5BDBCF; }
span { border-color: rgb(91,219,207); }
td.TdClassName
{
border-color: #5BDBCF;
}
.TagClassName
{
border-color: #5BDBCF;
}
</style>