Shades of Turquoise Blue #5BDDFF
Tints of Turquoise Blue #5BDDFF
RGB
CMYK
RGB Variations
Color information
#5BDDFF (or 0x5BDDFF) is known color: Turquoise Blue. HEX triplet: 5B, DD and FF. RGB value is (91,221,255). Sum of RGB (Red+Green+Blue) = 91+221+255=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDDFF is #A42200. Grayscale: #B9B9B9. Windows color (decimal): -10756609 or 16768347. OLE color: 16768347.
HSL color Cylindrical-coordinate representation of color #5BDDFF: hue angle of 192.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BDDFF is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 221 | 255 | - |
| CMYK | 0.64 | 0.13 | 0 | 0 |
| HSL | 192.44º | 1% | 0.68% | - |
| HSV(B) | 192.44º | 0.64% | 1% | - |
| XYZ | 48.22 | 61.16 | 103.87 | - |
| YUV | 186.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 255 | 0.64 | 0.13 | 0 | 0 | 192.44 | 1 | 0.68 |
| Hex | 5B | DD | FF | 40 | D | 0 | 0 | C0 | 64 | 44 |
| Octal | 133 | 335 | 377 | 100 | 15 | 0 | 0 | 300 | 144 | 104 |
| Binary | 1011011 | 11011101 | 11111111 | 1000000 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000100 |
Color Harmonies of #5BDDFF
Complementary color
Monochromatic Colors of #5BDDFF
Black with #5BDDFF
Text Example
Text Example
White with #5BDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDFF; }
p { color: rgb(91,221,255); }
H1.HeaderClassName
{
color: #5BDDFF;
}
.AnyTagClassName
{
color: #5BDDFF;
}
</style>
background-color css
<style>
a { background-color: #5BDDFF; }
a { background-color: rgb(91,221,255); }
div.DivClassName
{
background-color: #5BDDFF;
}
.BgClassName
{
background-color: #5BDDFF;
}
</style>
border-color css
<style>
span { border-color: #5BDDFF; }
span { border-color: rgb(91,221,255); }
td.TdClassName
{
border-color: #5BDDFF;
}
.TagClassName
{
border-color: #5BDDFF;
}
</style>