Shades of Turquoise Blue #5BDCFD
Tints of Turquoise Blue #5BDCFD
RGB
CMYK
RGB Variations
Color information
#5BDCFD (or 0x5BDCFD) is known color: Turquoise Blue. HEX triplet: 5B, DC and FD. RGB value is (91,220,253). Sum of RGB (Red+Green+Blue) = 91+220+253=564 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.13% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BDCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDCFD is #A42302. Grayscale: #B8B8B8. Windows color (decimal): -10756867 or 16637019. OLE color: 16637019.
HSL color Cylindrical-coordinate representation of color #5BDCFD: hue angle of 192.22º degrees, saturation: 0.98, 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 #5BDCFD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 220 | 253 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 192.22º | 0.98% | 0.67% | - |
| HSV(B) | 192.22º | 0.64% | 0.99% | - |
| XYZ | 47.64 | 60.5 | 102.1 | - |
| YUV | 185.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 253 | 0.64 | 0.13 | 0 | 0.01 | 192.22 | 0.98 | 0.67 |
| Hex | 5B | DC | FD | 40 | D | 0 | 1 | C0 | 62 | 43 |
| Octal | 133 | 334 | 375 | 100 | 15 | 0 | 1 | 300 | 142 | 103 |
| Binary | 1011011 | 11011100 | 11111101 | 1000000 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000011 |
Color Harmonies of #5BDCFD
Complementary color
Monochromatic Colors of #5BDCFD
Black with #5BDCFD
Text Example
Text Example
White with #5BDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCFD; }
p { color: rgb(91,220,253); }
H1.HeaderClassName
{
color: #5BDCFD;
}
.AnyTagClassName
{
color: #5BDCFD;
}
</style>
background-color css
<style>
a { background-color: #5BDCFD; }
a { background-color: rgb(91,220,253); }
div.DivClassName
{
background-color: #5BDCFD;
}
.BgClassName
{
background-color: #5BDCFD;
}
</style>
border-color css
<style>
span { border-color: #5BDCFD; }
span { border-color: rgb(91,220,253); }
td.TdClassName
{
border-color: #5BDCFD;
}
.TagClassName
{
border-color: #5BDCFD;
}
</style>