Shades of Turquoise Blue #5FDDFC
Tints of Turquoise Blue #5FDDFC
RGB
CMYK
RGB Variations
Color information
#5FDDFC (or 0x5FDDFC) is known color: Turquoise Blue. HEX triplet: 5F, DD and FC. RGB value is (95,221,252). Sum of RGB (Red+Green+Blue) = 95+221+252=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDDFC is #A02203. Grayscale: #BABABA. Windows color (decimal): -10494468 or 16571743. OLE color: 16571743.
HSL color Cylindrical-coordinate representation of color #5FDDFC: hue angle of 191.85º 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 #5FDDFC is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 221 | 252 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.01 |
| HSL | 191.85º | 0.96% | 0.68% | - |
| HSV(B) | 191.85º | 0.62% | 0.99% | - |
| XYZ | 48.15 | 61.17 | 101.37 | - |
| YUV | 186.86 | 164.76 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 252 | 0.62 | 0.12 | 0 | 0.01 | 191.85 | 0.96 | 0.68 |
| Hex | 5F | DD | FC | 3E | C | 0 | 1 | C0 | 60 | 44 |
| Octal | 137 | 335 | 374 | 76 | 14 | 0 | 1 | 300 | 140 | 104 |
| Binary | 1011111 | 11011101 | 11111100 | 111110 | 1100 | 0 | 1 | 11000000 | 1100000 | 1000100 |
Color Harmonies of #5FDDFC
Complementary color
Monochromatic Colors of #5FDDFC
Black with #5FDDFC
Text Example
Text Example
White with #5FDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDFC; }
p { color: rgb(95,221,252); }
H1.HeaderClassName
{
color: #5FDDFC;
}
.AnyTagClassName
{
color: #5FDDFC;
}
</style>
background-color css
<style>
a { background-color: #5FDDFC; }
a { background-color: rgb(95,221,252); }
div.DivClassName
{
background-color: #5FDDFC;
}
.BgClassName
{
background-color: #5FDDFC;
}
</style>
border-color css
<style>
span { border-color: #5FDDFC; }
span { border-color: rgb(95,221,252); }
td.TdClassName
{
border-color: #5FDDFC;
}
.TagClassName
{
border-color: #5FDDFC;
}
</style>