Shades of Turquoise Blue #5FDBFC
Tints of Turquoise Blue #5FDBFC
RGB
CMYK
RGB Variations
Color information
#5FDBFC (or 0x5FDBFC) is known color: Turquoise Blue. HEX triplet: 5F, DB and FC. RGB value is (95,219,252). Sum of RGB (Red+Green+Blue) = 95+219+252=566 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.78% from 566); Green value is 219 (85.94% from 255 or 38.69% 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 #5FDBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDBFC is #A02403. Grayscale: #B9B9B9. Windows color (decimal): -10494980 or 16571231. OLE color: 16571231.
HSL color Cylindrical-coordinate representation of color #5FDBFC: hue angle of 192.61º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FDBFC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 219 | 252 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.01 |
| HSL | 192.61º | 0.96% | 0.68% | - |
| HSV(B) | 192.61º | 0.62% | 0.99% | - |
| XYZ | 47.62 | 60.12 | 101.19 | - |
| YUV | 185.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 252 | 0.62 | 0.13 | 0 | 0.01 | 192.61 | 0.96 | 0.68 |
| Hex | 5F | DB | FC | 3E | D | 0 | 1 | C1 | 60 | 44 |
| Octal | 137 | 333 | 374 | 76 | 15 | 0 | 1 | 301 | 140 | 104 |
| Binary | 1011111 | 11011011 | 11111100 | 111110 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000100 |
Color Harmonies of #5FDBFC
Complementary color
Monochromatic Colors of #5FDBFC
Black with #5FDBFC
Text Example
Text Example
White with #5FDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBFC; }
p { color: rgb(95,219,252); }
H1.HeaderClassName
{
color: #5FDBFC;
}
.AnyTagClassName
{
color: #5FDBFC;
}
</style>
background-color css
<style>
a { background-color: #5FDBFC; }
a { background-color: rgb(95,219,252); }
div.DivClassName
{
background-color: #5FDBFC;
}
.BgClassName
{
background-color: #5FDBFC;
}
</style>
border-color css
<style>
span { border-color: #5FDBFC; }
span { border-color: rgb(95,219,252); }
td.TdClassName
{
border-color: #5FDBFC;
}
.TagClassName
{
border-color: #5FDBFC;
}
</style>