Shades of Turquoise Blue #60DAFE
Tints of Turquoise Blue #60DAFE
RGB
CMYK
RGB Variations
Color information
#60DAFE (or 0x60DAFE) is known color: Turquoise Blue. HEX triplet: 60, DA and FE. RGB value is (96,218,254). Sum of RGB (Red+Green+Blue) = 96+218+254=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #60DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DAFE is #9F2501. Grayscale: #B9B9B9. Windows color (decimal): -10429698 or 16702048. OLE color: 16702048.
HSL color Cylindrical-coordinate representation of color #60DAFE: hue angle of 193.67º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DAFE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 218 | 254 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.00 |
| HSL | 193.67º | 0.99% | 0.69% | - |
| HSV(B) | 193.67º | 0.62% | 1% | - |
| XYZ | 47.78 | 59.79 | 102.79 | - |
| YUV | 185.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 254 | 0.62 | 0.14 | 0 | 0.00 | 193.67 | 0.99 | 0.69 |
| Hex | 60 | DA | FE | 3E | E | 0 | 0 | C2 | 63 | 45 |
| Octal | 140 | 332 | 376 | 76 | 16 | 0 | 0 | 302 | 143 | 105 |
| Binary | 1100000 | 11011010 | 11111110 | 111110 | 1110 | 0 | 0 | 11000010 | 1100011 | 1000101 |
Color Harmonies of #60DAFE
Complementary color
Monochromatic Colors of #60DAFE
Black with #60DAFE
Text Example
Text Example
White with #60DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DAFE; }
p { color: rgb(96,218,254); }
H1.HeaderClassName
{
color: #60DAFE;
}
.AnyTagClassName
{
color: #60DAFE;
}
</style>
background-color css
<style>
a { background-color: #60DAFE; }
a { background-color: rgb(96,218,254); }
div.DivClassName
{
background-color: #60DAFE;
}
.BgClassName
{
background-color: #60DAFE;
}
</style>
border-color css
<style>
span { border-color: #60DAFE; }
span { border-color: rgb(96,218,254); }
td.TdClassName
{
border-color: #60DAFE;
}
.TagClassName
{
border-color: #60DAFE;
}
</style>