Shades of Turquoise Blue #5FDFFC
Tints of Turquoise Blue #5FDFFC
RGB
CMYK
RGB Variations
Color information
#5FDFFC (or 0x5FDFFC) is known color: Turquoise Blue. HEX triplet: 5F, DF and FC. RGB value is (95,223,252). Sum of RGB (Red+Green+Blue) = 95+223+252=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FDFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFFC is #A02003. Grayscale: #BBBBBB. Windows color (decimal): -10493956 or 16572255. OLE color: 16572255.
HSL color Cylindrical-coordinate representation of color #5FDFFC: hue angle of 191.08º 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 #5FDFFC is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 223 | 252 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.01 |
| HSL | 191.08º | 0.96% | 0.68% | - |
| HSV(B) | 191.08º | 0.62% | 0.99% | - |
| XYZ | 48.68 | 62.24 | 101.54 | - |
| YUV | 188.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 252 | 0.62 | 0.12 | 0 | 0.01 | 191.08 | 0.96 | 0.68 |
| Hex | 5F | DF | FC | 3E | C | 0 | 1 | BF | 60 | 44 |
| Octal | 137 | 337 | 374 | 76 | 14 | 0 | 1 | 277 | 140 | 104 |
| Binary | 1011111 | 11011111 | 11111100 | 111110 | 1100 | 0 | 1 | 10111111 | 1100000 | 1000100 |
Color Harmonies of #5FDFFC
Complementary color
Monochromatic Colors of #5FDFFC
Black with #5FDFFC
Text Example
Text Example
White with #5FDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFFC; }
p { color: rgb(95,223,252); }
H1.HeaderClassName
{
color: #5FDFFC;
}
.AnyTagClassName
{
color: #5FDFFC;
}
</style>
background-color css
<style>
a { background-color: #5FDFFC; }
a { background-color: rgb(95,223,252); }
div.DivClassName
{
background-color: #5FDFFC;
}
.BgClassName
{
background-color: #5FDFFC;
}
</style>
border-color css
<style>
span { border-color: #5FDFFC; }
span { border-color: rgb(95,223,252); }
td.TdClassName
{
border-color: #5FDFFC;
}
.TagClassName
{
border-color: #5FDFFC;
}
</style>