Shades of Turquoise Blue #5BD2D9
Tints of Turquoise Blue #5BD2D9
RGB
CMYK
RGB Variations
Color information
#5BD2D9 (or 0x5BD2D9) is known color: Turquoise Blue. HEX triplet: 5B, D2 and D9. RGB value is (91,210,217). Sum of RGB (Red+Green+Blue) = 91+210+217=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #5BD2D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD2D9 is #A42D26. Grayscale: #AFAFAF. Windows color (decimal): -10759463 or 14275163. OLE color: 14275163.
HSL color Cylindrical-coordinate representation of color #5BD2D9: hue angle of 183.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD2D9 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 210 | 217 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.15 |
| HSL | 183.33º | 0.62% | 0.6% | - |
| HSV(B) | 183.33º | 0.58% | 0.85% | - |
| XYZ | 39.89 | 53.33 | 73.84 | - |
| YUV | 175.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 217 | 0.58 | 0.03 | 0 | 0.15 | 183.33 | 0.62 | 0.6 |
| Hex | 5B | D2 | D9 | 3A | 3 | 0 | F | B7 | 3E | 3C |
| Octal | 133 | 322 | 331 | 72 | 3 | 0 | 17 | 267 | 76 | 74 |
| Binary | 1011011 | 11010010 | 11011001 | 111010 | 11 | 0 | 1111 | 10110111 | 111110 | 111100 |
Color Harmonies of #5BD2D9
Complementary color
Monochromatic Colors of #5BD2D9
Black with #5BD2D9
Text Example
Text Example
White with #5BD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2D9; }
p { color: rgb(91,210,217); }
H1.HeaderClassName
{
color: #5BD2D9;
}
.AnyTagClassName
{
color: #5BD2D9;
}
</style>
background-color css
<style>
a { background-color: #5BD2D9; }
a { background-color: rgb(91,210,217); }
div.DivClassName
{
background-color: #5BD2D9;
}
.BgClassName
{
background-color: #5BD2D9;
}
</style>
border-color css
<style>
span { border-color: #5BD2D9; }
span { border-color: rgb(91,210,217); }
td.TdClassName
{
border-color: #5BD2D9;
}
.TagClassName
{
border-color: #5BD2D9;
}
</style>