Shades of Turquoise Blue #60DADB
Tints of Turquoise Blue #60DADB
RGB
CMYK
RGB Variations
Color information
#60DADB (or 0x60DADB) is known color: Turquoise Blue. HEX triplet: 60, DA and DB. RGB value is (96,218,219). Sum of RGB (Red+Green+Blue) = 96+218+219=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #60DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DADB is #9F2524. Grayscale: #B5B5B5. Windows color (decimal): -10429733 or 14408288. OLE color: 14408288.
HSL color Cylindrical-coordinate representation of color #60DADB: hue angle of 180.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DADB is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 218 | 219 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.14 |
| HSL | 180.49º | 0.63% | 0.62% | - |
| HSV(B) | 180.49º | 0.56% | 0.86% | - |
| XYZ | 42.68 | 57.74 | 75.91 | - |
| YUV | 181.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 219 | 0.56 | 0.00 | 0 | 0.14 | 180.49 | 0.63 | 0.62 |
| Hex | 60 | DA | DB | 38 | 0 | 0 | E | B4 | 3F | 3E |
| Octal | 140 | 332 | 333 | 70 | 0 | 0 | 16 | 264 | 77 | 76 |
| Binary | 1100000 | 11011010 | 11011011 | 111000 | 0 | 0 | 1110 | 10110100 | 111111 | 111110 |
Color Harmonies of #60DADB
Complementary color
Monochromatic Colors of #60DADB
Black with #60DADB
Text Example
Text Example
White with #60DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DADB; }
p { color: rgb(96,218,219); }
H1.HeaderClassName
{
color: #60DADB;
}
.AnyTagClassName
{
color: #60DADB;
}
</style>
background-color css
<style>
a { background-color: #60DADB; }
a { background-color: rgb(96,218,219); }
div.DivClassName
{
background-color: #60DADB;
}
.BgClassName
{
background-color: #60DADB;
}
</style>
border-color css
<style>
span { border-color: #60DADB; }
span { border-color: rgb(96,218,219); }
td.TdClassName
{
border-color: #60DADB;
}
.TagClassName
{
border-color: #60DADB;
}
</style>