Shades of Turquoise Blue #60DAFF
Tints of Turquoise Blue #60DAFF
RGB
CMYK
RGB Variations
Color information
#60DAFF (or 0x60DAFF) is known color: Turquoise Blue. HEX triplet: 60, DA and FF. RGB value is (96,218,255). Sum of RGB (Red+Green+Blue) = 96+218+255=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #60DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DAFF is #9F2500. Grayscale: #B9B9B9. Windows color (decimal): -10429697 or 16767584. OLE color: 16767584.
HSL color Cylindrical-coordinate representation of color #60DAFF: hue angle of 193.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DAFF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 218 | 255 | - |
| CMYK | 0.62 | 0.15 | 0 | 0 |
| HSL | 193.96º | 1% | 0.69% | - |
| HSV(B) | 193.96º | 0.62% | 1% | - |
| XYZ | 47.95 | 59.85 | 103.63 | - |
| YUV | 185.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 255 | 0.62 | 0.15 | 0 | 0 | 193.96 | 1 | 0.69 |
| Hex | 60 | DA | FF | 3E | F | 0 | 0 | C2 | 64 | 45 |
| Octal | 140 | 332 | 377 | 76 | 17 | 0 | 0 | 302 | 144 | 105 |
| Binary | 1100000 | 11011010 | 11111111 | 111110 | 1111 | 0 | 0 | 11000010 | 1100100 | 1000101 |
Color Harmonies of #60DAFF
Complementary color
Monochromatic Colors of #60DAFF
Black with #60DAFF
Text Example
Text Example
White with #60DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DAFF; }
p { color: rgb(96,218,255); }
H1.HeaderClassName
{
color: #60DAFF;
}
.AnyTagClassName
{
color: #60DAFF;
}
</style>
background-color css
<style>
a { background-color: #60DAFF; }
a { background-color: rgb(96,218,255); }
div.DivClassName
{
background-color: #60DAFF;
}
.BgClassName
{
background-color: #60DAFF;
}
</style>
border-color css
<style>
span { border-color: #60DAFF; }
span { border-color: rgb(96,218,255); }
td.TdClassName
{
border-color: #60DAFF;
}
.TagClassName
{
border-color: #60DAFF;
}
</style>