Shades of Turquoise Blue #5FD0F8
Tints of Turquoise Blue #5FD0F8
RGB
CMYK
RGB Variations
Color information
#5FD0F8 (or 0x5FD0F8) is known color: Turquoise Blue. HEX triplet: 5F, D0 and F8. RGB value is (95,208,248). Sum of RGB (Red+Green+Blue) = 95+208+248=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #5FD0F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0F8 is #A02F07. Grayscale: #B2B2B2. Windows color (decimal): -10497800 or 16306271. OLE color: 16306271.
HSL color Cylindrical-coordinate representation of color #5FD0F8: hue angle of 195.69º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD0F8 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 208 | 248 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.03 |
| HSL | 195.69º | 0.92% | 0.67% | - |
| HSV(B) | 195.69º | 0.62% | 0.97% | - |
| XYZ | 44.22 | 54.32 | 96.96 | - |
| YUV | 178.77 | 167.06 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 248 | 0.62 | 0.16 | 0 | 0.03 | 195.69 | 0.92 | 0.67 |
| Hex | 5F | D0 | F8 | 3E | 10 | 0 | 3 | C4 | 5C | 43 |
| Octal | 137 | 320 | 370 | 76 | 20 | 0 | 3 | 304 | 134 | 103 |
| Binary | 1011111 | 11010000 | 11111000 | 111110 | 10000 | 0 | 11 | 11000100 | 1011100 | 1000011 |
Color Harmonies of #5FD0F8
Complementary color
Monochromatic Colors of #5FD0F8
Black with #5FD0F8
Text Example
Text Example
White with #5FD0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0F8; }
p { color: rgb(95,208,248); }
H1.HeaderClassName
{
color: #5FD0F8;
}
.AnyTagClassName
{
color: #5FD0F8;
}
</style>
background-color css
<style>
a { background-color: #5FD0F8; }
a { background-color: rgb(95,208,248); }
div.DivClassName
{
background-color: #5FD0F8;
}
.BgClassName
{
background-color: #5FD0F8;
}
</style>
border-color css
<style>
span { border-color: #5FD0F8; }
span { border-color: rgb(95,208,248); }
td.TdClassName
{
border-color: #5FD0F8;
}
.TagClassName
{
border-color: #5FD0F8;
}
</style>