Shades of Turquoise Blue #5BDFFC
Tints of Turquoise Blue #5BDFFC
RGB
CMYK
RGB Variations
Color information
#5BDFFC (or 0x5BDFFC) is known color: Turquoise Blue. HEX triplet: 5B, DF and FC. RGB value is (91,223,252). Sum of RGB (Red+Green+Blue) = 91+223+252=566 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.08% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BDFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDFFC is #A42003. Grayscale: #BABABA. Windows color (decimal): -10756100 or 16572251. OLE color: 16572251.
HSL color Cylindrical-coordinate representation of color #5BDFFC: hue angle of 190.81º 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 #5BDFFC is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 223 | 252 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.01 |
| HSL | 190.81º | 0.96% | 0.67% | - |
| HSV(B) | 190.81º | 0.64% | 0.99% | - |
| XYZ | 48.27 | 62.03 | 101.52 | - |
| YUV | 186.84 | 164.77 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 252 | 0.64 | 0.12 | 0 | 0.01 | 190.81 | 0.96 | 0.67 |
| Hex | 5B | DF | FC | 40 | C | 0 | 1 | BF | 60 | 43 |
| Octal | 133 | 337 | 374 | 100 | 14 | 0 | 1 | 277 | 140 | 103 |
| Binary | 1011011 | 11011111 | 11111100 | 1000000 | 1100 | 0 | 1 | 10111111 | 1100000 | 1000011 |
Color Harmonies of #5BDFFC
Complementary color
Monochromatic Colors of #5BDFFC
Black with #5BDFFC
Text Example
Text Example
White with #5BDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDFFC; }
p { color: rgb(91,223,252); }
H1.HeaderClassName
{
color: #5BDFFC;
}
.AnyTagClassName
{
color: #5BDFFC;
}
</style>
background-color css
<style>
a { background-color: #5BDFFC; }
a { background-color: rgb(91,223,252); }
div.DivClassName
{
background-color: #5BDFFC;
}
.BgClassName
{
background-color: #5BDFFC;
}
</style>
border-color css
<style>
span { border-color: #5BDFFC; }
span { border-color: rgb(91,223,252); }
td.TdClassName
{
border-color: #5BDFFC;
}
.TagClassName
{
border-color: #5BDFFC;
}
</style>