Shades of Turquoise Blue #5FD2F6
Tints of Turquoise Blue #5FD2F6
RGB
CMYK
RGB Variations
Color information
#5FD2F6 (or 0x5FD2F6) is known color: Turquoise Blue. HEX triplet: 5F, D2 and F6. RGB value is (95,210,246). Sum of RGB (Red+Green+Blue) = 95+210+246=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #5FD2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2F6 is #A02D09. Grayscale: #B3B3B3. Windows color (decimal): -10497290 or 16175711. OLE color: 16175711.
HSL color Cylindrical-coordinate representation of color #5FD2F6: hue angle of 194.3º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FD2F6 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 210 | 246 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.04 |
| HSL | 194.3º | 0.89% | 0.67% | - |
| HSV(B) | 194.3º | 0.61% | 0.96% | - |
| XYZ | 44.4 | 55.18 | 95.5 | - |
| YUV | 179.72 | 165.4 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 246 | 0.61 | 0.15 | 0 | 0.04 | 194.3 | 0.89 | 0.67 |
| Hex | 5F | D2 | F6 | 3D | F | 0 | 4 | C2 | 59 | 43 |
| Octal | 137 | 322 | 366 | 75 | 17 | 0 | 4 | 302 | 131 | 103 |
| Binary | 1011111 | 11010010 | 11110110 | 111101 | 1111 | 0 | 100 | 11000010 | 1011001 | 1000011 |
Color Harmonies of #5FD2F6
Complementary color
Monochromatic Colors of #5FD2F6
Black with #5FD2F6
Text Example
Text Example
White with #5FD2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD2F6; }
p { color: rgb(95,210,246); }
H1.HeaderClassName
{
color: #5FD2F6;
}
.AnyTagClassName
{
color: #5FD2F6;
}
</style>
background-color css
<style>
a { background-color: #5FD2F6; }
a { background-color: rgb(95,210,246); }
div.DivClassName
{
background-color: #5FD2F6;
}
.BgClassName
{
background-color: #5FD2F6;
}
</style>
border-color css
<style>
span { border-color: #5FD2F6; }
span { border-color: rgb(95,210,246); }
td.TdClassName
{
border-color: #5FD2F6;
}
.TagClassName
{
border-color: #5FD2F6;
}
</style>