Shades of Medium Turquoise #5BDDCF
Tints of Medium Turquoise #5BDDCF
RGB
CMYK
RGB Variations
Color information
#5BDDCF (or 0x5BDDCF) is known color: Medium Turquoise. HEX triplet: 5B, DD and CF. RGB value is (91,221,207). Sum of RGB (Red+Green+Blue) = 91+221+207=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDCF is #A42230. Grayscale: #B4B4B4. Windows color (decimal): -10756657 or 13622619. OLE color: 13622619.
HSL color Cylindrical-coordinate representation of color #5BDDCF: hue angle of 173.54º 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 #5BDDCF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 207 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.13 |
| HSL | 173.54º | 0.66% | 0.61% | - |
| HSV(B) | 173.54º | 0.59% | 0.87% | - |
| XYZ | 41.43 | 58.44 | 68.13 | - |
| YUV | 180.53 | 142.93 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 207 | 0.59 | 0 | 0.06 | 0.13 | 173.54 | 0.66 | 0.61 |
| Hex | 5B | DD | CF | 3B | 0 | 6 | D | AE | 42 | 3D |
| Octal | 133 | 335 | 317 | 73 | 0 | 6 | 15 | 256 | 102 | 75 |
| Binary | 1011011 | 11011101 | 11001111 | 111011 | 0 | 110 | 1101 | 10101110 | 1000010 | 111101 |
Color Harmonies of #5BDDCF
Complementary color
Monochromatic Colors of #5BDDCF
Black with #5BDDCF
Text Example
Text Example
White with #5BDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDCF; }
p { color: rgb(91,221,207); }
H1.HeaderClassName
{
color: #5BDDCF;
}
.AnyTagClassName
{
color: #5BDDCF;
}
</style>
background-color css
<style>
a { background-color: #5BDDCF; }
a { background-color: rgb(91,221,207); }
div.DivClassName
{
background-color: #5BDDCF;
}
.BgClassName
{
background-color: #5BDDCF;
}
</style>
border-color css
<style>
span { border-color: #5BDDCF; }
span { border-color: rgb(91,221,207); }
td.TdClassName
{
border-color: #5BDDCF;
}
.TagClassName
{
border-color: #5BDDCF;
}
</style>