Shades of Turquoise Blue #5BD3FC
Tints of Turquoise Blue #5BD3FC
RGB
CMYK
RGB Variations
Color information
#5BD3FC (or 0x5BD3FC) is known color: Turquoise Blue. HEX triplet: 5B, D3 and FC. RGB value is (91,211,252). Sum of RGB (Red+Green+Blue) = 91+211+252=554 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.43% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BD3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD3FC is #A42C03. Grayscale: #B3B3B3. Windows color (decimal): -10759172 or 16569179. OLE color: 16569179.
HSL color Cylindrical-coordinate representation of color #5BD3FC: hue angle of 195.28º 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 #5BD3FC is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 211 | 252 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.01 |
| HSL | 195.28º | 0.96% | 0.67% | - |
| HSV(B) | 195.28º | 0.64% | 0.99% | - |
| XYZ | 45.18 | 55.84 | 100.49 | - |
| YUV | 179.79 | 168.74 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 252 | 0.64 | 0.16 | 0 | 0.01 | 195.28 | 0.96 | 0.67 |
| Hex | 5B | D3 | FC | 40 | 10 | 0 | 1 | C3 | 60 | 43 |
| Octal | 133 | 323 | 374 | 100 | 20 | 0 | 1 | 303 | 140 | 103 |
| Binary | 1011011 | 11010011 | 11111100 | 1000000 | 10000 | 0 | 1 | 11000011 | 1100000 | 1000011 |
Color Harmonies of #5BD3FC
Complementary color
Monochromatic Colors of #5BD3FC
Black with #5BD3FC
Text Example
Text Example
White with #5BD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD3FC; }
p { color: rgb(91,211,252); }
H1.HeaderClassName
{
color: #5BD3FC;
}
.AnyTagClassName
{
color: #5BD3FC;
}
</style>
background-color css
<style>
a { background-color: #5BD3FC; }
a { background-color: rgb(91,211,252); }
div.DivClassName
{
background-color: #5BD3FC;
}
.BgClassName
{
background-color: #5BD3FC;
}
</style>
border-color css
<style>
span { border-color: #5BD3FC; }
span { border-color: rgb(91,211,252); }
td.TdClassName
{
border-color: #5BD3FC;
}
.TagClassName
{
border-color: #5BD3FC;
}
</style>