Shades of Turquoise Blue #60D9F8
Tints of Turquoise Blue #60D9F8
RGB
CMYK
RGB Variations
Color information
#60D9F8 (or 0x60D9F8) is known color: Turquoise Blue. HEX triplet: 60, D9 and F8. RGB value is (96,217,248). Sum of RGB (Red+Green+Blue) = 96+217+248=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #60D9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D9F8 is #9F2607. Grayscale: #B8B8B8. Windows color (decimal): -10429960 or 16308576. OLE color: 16308576.
HSL color Cylindrical-coordinate representation of color #60D9F8: hue angle of 192.24º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60D9F8 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 217 | 248 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.03 |
| HSL | 192.24º | 0.92% | 0.67% | - |
| HSV(B) | 192.24º | 0.61% | 0.97% | - |
| XYZ | 46.58 | 58.89 | 97.72 | - |
| YUV | 184.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 248 | 0.61 | 0.12 | 0 | 0.03 | 192.24 | 0.92 | 0.67 |
| Hex | 60 | D9 | F8 | 3D | C | 0 | 3 | C0 | 5C | 43 |
| Octal | 140 | 331 | 370 | 75 | 14 | 0 | 3 | 300 | 134 | 103 |
| Binary | 1100000 | 11011001 | 11111000 | 111101 | 1100 | 0 | 11 | 11000000 | 1011100 | 1000011 |
Color Harmonies of #60D9F8
Complementary color
Monochromatic Colors of #60D9F8
Black with #60D9F8
Text Example
Text Example
White with #60D9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D9F8; }
p { color: rgb(96,217,248); }
H1.HeaderClassName
{
color: #60D9F8;
}
.AnyTagClassName
{
color: #60D9F8;
}
</style>
background-color css
<style>
a { background-color: #60D9F8; }
a { background-color: rgb(96,217,248); }
div.DivClassName
{
background-color: #60D9F8;
}
.BgClassName
{
background-color: #60D9F8;
}
</style>
border-color css
<style>
span { border-color: #60D9F8; }
span { border-color: rgb(96,217,248); }
td.TdClassName
{
border-color: #60D9F8;
}
.TagClassName
{
border-color: #60D9F8;
}
</style>