Shades of Turquoise Blue #5BDCD9
Tints of Turquoise Blue #5BDCD9
RGB
CMYK
RGB Variations
Color information
#5BDCD9 (or 0x5BDCD9) is known color: Turquoise Blue. HEX triplet: 5B, DC and D9. RGB value is (91,220,217). Sum of RGB (Red+Green+Blue) = 91+220+217=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCD9 is #A42326. Grayscale: #B4B4B4. Windows color (decimal): -10756903 or 14277723. OLE color: 14277723.
HSL color Cylindrical-coordinate representation of color #5BDCD9: hue angle of 178.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCD9 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 217 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.14 |
| HSL | 178.6º | 0.65% | 0.61% | - |
| HSV(B) | 178.6º | 0.59% | 0.86% | - |
| XYZ | 42.43 | 58.42 | 74.69 | - |
| YUV | 181.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 217 | 0.59 | 0 | 0.01 | 0.14 | 178.6 | 0.65 | 0.61 |
| Hex | 5B | DC | D9 | 3B | 0 | 1 | E | B3 | 41 | 3D |
| Octal | 133 | 334 | 331 | 73 | 0 | 1 | 16 | 263 | 101 | 75 |
| Binary | 1011011 | 11011100 | 11011001 | 111011 | 0 | 1 | 1110 | 10110011 | 1000001 | 111101 |
Color Harmonies of #5BDCD9
Complementary color
Monochromatic Colors of #5BDCD9
Black with #5BDCD9
Text Example
Text Example
White with #5BDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCD9; }
p { color: rgb(91,220,217); }
H1.HeaderClassName
{
color: #5BDCD9;
}
.AnyTagClassName
{
color: #5BDCD9;
}
</style>
background-color css
<style>
a { background-color: #5BDCD9; }
a { background-color: rgb(91,220,217); }
div.DivClassName
{
background-color: #5BDCD9;
}
.BgClassName
{
background-color: #5BDCD9;
}
</style>
border-color css
<style>
span { border-color: #5BDCD9; }
span { border-color: rgb(91,220,217); }
td.TdClassName
{
border-color: #5BDCD9;
}
.TagClassName
{
border-color: #5BDCD9;
}
</style>