Shades of Turquoise Blue #60D4F9
Tints of Turquoise Blue #60D4F9
RGB
CMYK
RGB Variations
Color information
#60D4F9 (or 0x60D4F9) is known color: Turquoise Blue. HEX triplet: 60, D4 and F9. RGB value is (96,212,249). Sum of RGB (Red+Green+Blue) = 96+212+249=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #60D4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D4F9 is #9F2B06. Grayscale: #B5B5B5. Windows color (decimal): -10431239 or 16372832. OLE color: 16372832.
HSL color Cylindrical-coordinate representation of color #60D4F9: hue angle of 194.51º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60D4F9 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 212 | 249 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.02 |
| HSL | 194.51º | 0.93% | 0.68% | - |
| HSV(B) | 194.51º | 0.61% | 0.98% | - |
| XYZ | 45.47 | 56.41 | 98.12 | - |
| YUV | 181.53 | 166.07 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 249 | 0.61 | 0.15 | 0 | 0.02 | 194.51 | 0.93 | 0.68 |
| Hex | 60 | D4 | F9 | 3D | F | 0 | 2 | C3 | 5D | 44 |
| Octal | 140 | 324 | 371 | 75 | 17 | 0 | 2 | 303 | 135 | 104 |
| Binary | 1100000 | 11010100 | 11111001 | 111101 | 1111 | 0 | 10 | 11000011 | 1011101 | 1000100 |
Color Harmonies of #60D4F9
Complementary color
Monochromatic Colors of #60D4F9
Black with #60D4F9
Text Example
Text Example
White with #60D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D4F9; }
p { color: rgb(96,212,249); }
H1.HeaderClassName
{
color: #60D4F9;
}
.AnyTagClassName
{
color: #60D4F9;
}
</style>
background-color css
<style>
a { background-color: #60D4F9; }
a { background-color: rgb(96,212,249); }
div.DivClassName
{
background-color: #60D4F9;
}
.BgClassName
{
background-color: #60D4F9;
}
</style>
border-color css
<style>
span { border-color: #60D4F9; }
span { border-color: rgb(96,212,249); }
td.TdClassName
{
border-color: #60D4F9;
}
.TagClassName
{
border-color: #60D4F9;
}
</style>