Shades of Turquoise Blue #60DADC
Tints of Turquoise Blue #60DADC
RGB
CMYK
RGB Variations
Color information
#60DADC (or 0x60DADC) is known color: Turquoise Blue. HEX triplet: 60, DA and DC. RGB value is (96,218,220). Sum of RGB (Red+Green+Blue) = 96+218+220=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #60DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DADC is #9F2523. Grayscale: #B5B5B5. Windows color (decimal): -10429732 or 14473824. OLE color: 14473824.
HSL color Cylindrical-coordinate representation of color #60DADC: hue angle of 180.97º degrees, saturation: 0.64, 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 #60DADC is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 218 | 220 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.14 |
| HSL | 180.97º | 0.64% | 0.62% | - |
| HSV(B) | 180.97º | 0.56% | 0.86% | - |
| XYZ | 42.81 | 57.8 | 76.61 | - |
| YUV | 181.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 220 | 0.56 | 0.01 | 0 | 0.14 | 180.97 | 0.64 | 0.62 |
| Hex | 60 | DA | DC | 38 | 1 | 0 | E | B5 | 40 | 3E |
| Octal | 140 | 332 | 334 | 70 | 1 | 0 | 16 | 265 | 100 | 76 |
| Binary | 1100000 | 11011010 | 11011100 | 111000 | 1 | 0 | 1110 | 10110101 | 1000000 | 111110 |
Color Harmonies of #60DADC
Complementary color
Monochromatic Colors of #60DADC
Black with #60DADC
Text Example
Text Example
White with #60DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DADC; }
p { color: rgb(96,218,220); }
H1.HeaderClassName
{
color: #60DADC;
}
.AnyTagClassName
{
color: #60DADC;
}
</style>
background-color css
<style>
a { background-color: #60DADC; }
a { background-color: rgb(96,218,220); }
div.DivClassName
{
background-color: #60DADC;
}
.BgClassName
{
background-color: #60DADC;
}
</style>
border-color css
<style>
span { border-color: #60DADC; }
span { border-color: rgb(96,218,220); }
td.TdClassName
{
border-color: #60DADC;
}
.TagClassName
{
border-color: #60DADC;
}
</style>