Shades of Turquoise Blue #5FDEFA
Tints of Turquoise Blue #5FDEFA
RGB
CMYK
RGB Variations
Color information
#5FDEFA (or 0x5FDEFA) is known color: Turquoise Blue. HEX triplet: 5F, DE and FA. RGB value is (95,222,250). Sum of RGB (Red+Green+Blue) = 95+222+250=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FDEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEFA is #A02105. Grayscale: #BABABA. Windows color (decimal): -10494214 or 16440927. OLE color: 16440927.
HSL color Cylindrical-coordinate representation of color #5FDEFA: hue angle of 190.84º 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 #5FDEFA is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 222 | 250 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.02 |
| HSL | 190.84º | 0.94% | 0.68% | - |
| HSV(B) | 190.84º | 0.62% | 0.98% | - |
| XYZ | 48.1 | 61.58 | 99.79 | - |
| YUV | 187.22 | 163.42 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 250 | 0.62 | 0.11 | 0 | 0.02 | 190.84 | 0.94 | 0.68 |
| Hex | 5F | DE | FA | 3E | B | 0 | 2 | BF | 5E | 44 |
| Octal | 137 | 336 | 372 | 76 | 13 | 0 | 2 | 277 | 136 | 104 |
| Binary | 1011111 | 11011110 | 11111010 | 111110 | 1011 | 0 | 10 | 10111111 | 1011110 | 1000100 |
Color Harmonies of #5FDEFA
Complementary color
Monochromatic Colors of #5FDEFA
Black with #5FDEFA
Text Example
Text Example
White with #5FDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEFA; }
p { color: rgb(95,222,250); }
H1.HeaderClassName
{
color: #5FDEFA;
}
.AnyTagClassName
{
color: #5FDEFA;
}
</style>
background-color css
<style>
a { background-color: #5FDEFA; }
a { background-color: rgb(95,222,250); }
div.DivClassName
{
background-color: #5FDEFA;
}
.BgClassName
{
background-color: #5FDEFA;
}
</style>
border-color css
<style>
span { border-color: #5FDEFA; }
span { border-color: rgb(95,222,250); }
td.TdClassName
{
border-color: #5FDEFA;
}
.TagClassName
{
border-color: #5FDEFA;
}
</style>