Shades of Turquoise Blue #60DBFF
Tints of Turquoise Blue #60DBFF
RGB
CMYK
RGB Variations
Color information
#60DBFF (or 0x60DBFF) is known color: Turquoise Blue. HEX triplet: 60, DB and FF. RGB value is (96,219,255). Sum of RGB (Red+Green+Blue) = 96+219+255=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #60DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBFF is #9F2400. Grayscale: #BABABA. Windows color (decimal): -10429441 or 16767840. OLE color: 16767840.
HSL color Cylindrical-coordinate representation of color #60DBFF: hue angle of 193.58º 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 #60DBFF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 219 | 255 | - |
| CMYK | 0.62 | 0.14 | 0 | 0 |
| HSL | 193.58º | 1% | 0.69% | - |
| HSV(B) | 193.58º | 0.62% | 1% | - |
| XYZ | 48.21 | 60.37 | 103.72 | - |
| YUV | 186.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 255 | 0.62 | 0.14 | 0 | 0 | 193.58 | 1 | 0.69 |
| Hex | 60 | DB | FF | 3E | E | 0 | 0 | C2 | 64 | 45 |
| Octal | 140 | 333 | 377 | 76 | 16 | 0 | 0 | 302 | 144 | 105 |
| Binary | 1100000 | 11011011 | 11111111 | 111110 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000101 |
Color Harmonies of #60DBFF
Complementary color
Monochromatic Colors of #60DBFF
Black with #60DBFF
Text Example
Text Example
White with #60DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBFF; }
p { color: rgb(96,219,255); }
H1.HeaderClassName
{
color: #60DBFF;
}
.AnyTagClassName
{
color: #60DBFF;
}
</style>
background-color css
<style>
a { background-color: #60DBFF; }
a { background-color: rgb(96,219,255); }
div.DivClassName
{
background-color: #60DBFF;
}
.BgClassName
{
background-color: #60DBFF;
}
</style>
border-color css
<style>
span { border-color: #60DBFF; }
span { border-color: rgb(96,219,255); }
td.TdClassName
{
border-color: #60DBFF;
}
.TagClassName
{
border-color: #60DBFF;
}
</style>