Shades of Turquoise Blue #5FDFFA
Tints of Turquoise Blue #5FDFFA
RGB
CMYK
RGB Variations
Color information
#5FDFFA (or 0x5FDFFA) is known color: Turquoise Blue. HEX triplet: 5F, DF and FA. RGB value is (95,223,250). Sum of RGB (Red+Green+Blue) = 95+223+250=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FDFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFFA is #A02005. Grayscale: #BBBBBB. Windows color (decimal): -10493958 or 16441183. OLE color: 16441183.
HSL color Cylindrical-coordinate representation of color #5FDFFA: hue angle of 190.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FDFFA is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 223 | 250 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.02 |
| HSL | 190.45º | 0.94% | 0.68% | - |
| HSV(B) | 190.45º | 0.62% | 0.98% | - |
| XYZ | 48.36 | 62.11 | 99.88 | - |
| YUV | 187.81 | 163.09 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 250 | 0.62 | 0.11 | 0 | 0.02 | 190.45 | 0.94 | 0.68 |
| Hex | 5F | DF | FA | 3E | B | 0 | 2 | BE | 5E | 44 |
| Octal | 137 | 337 | 372 | 76 | 13 | 0 | 2 | 276 | 136 | 104 |
| Binary | 1011111 | 11011111 | 11111010 | 111110 | 1011 | 0 | 10 | 10111110 | 1011110 | 1000100 |
Color Harmonies of #5FDFFA
Complementary color
Monochromatic Colors of #5FDFFA
Black with #5FDFFA
Text Example
Text Example
White with #5FDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFFA; }
p { color: rgb(95,223,250); }
H1.HeaderClassName
{
color: #5FDFFA;
}
.AnyTagClassName
{
color: #5FDFFA;
}
</style>
background-color css
<style>
a { background-color: #5FDFFA; }
a { background-color: rgb(95,223,250); }
div.DivClassName
{
background-color: #5FDFFA;
}
.BgClassName
{
background-color: #5FDFFA;
}
</style>
border-color css
<style>
span { border-color: #5FDFFA; }
span { border-color: rgb(95,223,250); }
td.TdClassName
{
border-color: #5FDFFA;
}
.TagClassName
{
border-color: #5FDFFA;
}
</style>