Shades of Turquoise Blue #5BDDFC
Tints of Turquoise Blue #5BDDFC
RGB
CMYK
RGB Variations
Color information
#5BDDFC (or 0x5BDDFC) is known color: Turquoise Blue. HEX triplet: 5B, DD and FC. RGB value is (91,221,252). Sum of RGB (Red+Green+Blue) = 91+221+252=564 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.13% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDDFC is #A42203. Grayscale: #B9B9B9. Windows color (decimal): -10756612 or 16571739. OLE color: 16571739.
HSL color Cylindrical-coordinate representation of color #5BDDFC: hue angle of 191.55º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BDDFC is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 221 | 252 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.01 |
| HSL | 191.55º | 0.96% | 0.67% | - |
| HSV(B) | 191.55º | 0.64% | 0.99% | - |
| XYZ | 47.74 | 60.97 | 101.35 | - |
| YUV | 185.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 252 | 0.64 | 0.12 | 0 | 0.01 | 191.55 | 0.96 | 0.67 |
| Hex | 5B | DD | FC | 40 | C | 0 | 1 | C0 | 60 | 43 |
| Octal | 133 | 335 | 374 | 100 | 14 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011011 | 11011101 | 11111100 | 1000000 | 1100 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #5BDDFC
Complementary color
Monochromatic Colors of #5BDDFC
Black with #5BDDFC
Text Example
Text Example
White with #5BDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDFC; }
p { color: rgb(91,221,252); }
H1.HeaderClassName
{
color: #5BDDFC;
}
.AnyTagClassName
{
color: #5BDDFC;
}
</style>
background-color css
<style>
a { background-color: #5BDDFC; }
a { background-color: rgb(91,221,252); }
div.DivClassName
{
background-color: #5BDDFC;
}
.BgClassName
{
background-color: #5BDDFC;
}
</style>
border-color css
<style>
span { border-color: #5BDDFC; }
span { border-color: rgb(91,221,252); }
td.TdClassName
{
border-color: #5BDDFC;
}
.TagClassName
{
border-color: #5BDDFC;
}
</style>