Shades of Turquoise Blue #5FD0F6
Tints of Turquoise Blue #5FD0F6
RGB
CMYK
RGB Variations
Color information
#5FD0F6 (or 0x5FD0F6) is known color: Turquoise Blue. HEX triplet: 5F, D0 and F6. RGB value is (95,208,246). Sum of RGB (Red+Green+Blue) = 95+208+246=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #5FD0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0F6 is #A02F09. Grayscale: #B2B2B2. Windows color (decimal): -10497802 or 16175199. OLE color: 16175199.
HSL color Cylindrical-coordinate representation of color #5FD0F6: hue angle of 195.1º 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 #5FD0F6 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 208 | 246 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.04 |
| HSL | 195.1º | 0.89% | 0.67% | - |
| HSV(B) | 195.1º | 0.61% | 0.96% | - |
| XYZ | 43.91 | 54.2 | 95.34 | - |
| YUV | 178.55 | 166.06 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 246 | 0.61 | 0.15 | 0 | 0.04 | 195.1 | 0.89 | 0.67 |
| Hex | 5F | D0 | F6 | 3D | F | 0 | 4 | C3 | 59 | 43 |
| Octal | 137 | 320 | 366 | 75 | 17 | 0 | 4 | 303 | 131 | 103 |
| Binary | 1011111 | 11010000 | 11110110 | 111101 | 1111 | 0 | 100 | 11000011 | 1011001 | 1000011 |
Color Harmonies of #5FD0F6
Complementary color
Monochromatic Colors of #5FD0F6
Black with #5FD0F6
Text Example
Text Example
White with #5FD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0F6; }
p { color: rgb(95,208,246); }
H1.HeaderClassName
{
color: #5FD0F6;
}
.AnyTagClassName
{
color: #5FD0F6;
}
</style>
background-color css
<style>
a { background-color: #5FD0F6; }
a { background-color: rgb(95,208,246); }
div.DivClassName
{
background-color: #5FD0F6;
}
.BgClassName
{
background-color: #5FD0F6;
}
</style>
border-color css
<style>
span { border-color: #5FD0F6; }
span { border-color: rgb(95,208,246); }
td.TdClassName
{
border-color: #5FD0F6;
}
.TagClassName
{
border-color: #5FD0F6;
}
</style>