Shades of Turquoise Blue #60DBFA
Tints of Turquoise Blue #60DBFA
RGB
CMYK
RGB Variations
Color information
#60DBFA (or 0x60DBFA) is known color: Turquoise Blue. HEX triplet: 60, DB and FA. RGB value is (96,219,250). Sum of RGB (Red+Green+Blue) = 96+219+250=565 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.99% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #60DBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBFA is #9F2405. Grayscale: #B9B9B9. Windows color (decimal): -10429446 or 16440160. OLE color: 16440160.
HSL color Cylindrical-coordinate representation of color #60DBFA: hue angle of 192.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DBFA is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 219 | 250 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.02 |
| HSL | 192.08º | 0.94% | 0.68% | - |
| HSV(B) | 192.08º | 0.62% | 0.98% | - |
| XYZ | 47.41 | 60.05 | 99.53 | - |
| YUV | 185.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 250 | 0.62 | 0.12 | 0 | 0.02 | 192.08 | 0.94 | 0.68 |
| Hex | 60 | DB | FA | 3E | C | 0 | 2 | C0 | 5E | 44 |
| Octal | 140 | 333 | 372 | 76 | 14 | 0 | 2 | 300 | 136 | 104 |
| Binary | 1100000 | 11011011 | 11111010 | 111110 | 1100 | 0 | 10 | 11000000 | 1011110 | 1000100 |
Color Harmonies of #60DBFA
Complementary color
Monochromatic Colors of #60DBFA
Black with #60DBFA
Text Example
Text Example
White with #60DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBFA; }
p { color: rgb(96,219,250); }
H1.HeaderClassName
{
color: #60DBFA;
}
.AnyTagClassName
{
color: #60DBFA;
}
</style>
background-color css
<style>
a { background-color: #60DBFA; }
a { background-color: rgb(96,219,250); }
div.DivClassName
{
background-color: #60DBFA;
}
.BgClassName
{
background-color: #60DBFA;
}
</style>
border-color css
<style>
span { border-color: #60DBFA; }
span { border-color: rgb(96,219,250); }
td.TdClassName
{
border-color: #60DBFA;
}
.TagClassName
{
border-color: #60DBFA;
}
</style>