Shades of Turquoise Blue #60DCD9
Tints of Turquoise Blue #60DCD9
RGB
CMYK
RGB Variations
Color information
#60DCD9 (or 0x60DCD9) is known color: Turquoise Blue. HEX triplet: 60, DC and D9. RGB value is (96,220,217). Sum of RGB (Red+Green+Blue) = 96+220+217=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCD9 is #9F2326. Grayscale: #B6B6B6. Windows color (decimal): -10429223 or 14277728. OLE color: 14277728.
HSL color Cylindrical-coordinate representation of color #60DCD9: hue angle of 178.55º 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 #60DCD9 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 217 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.14 |
| HSL | 178.55º | 0.64% | 0.62% | - |
| HSV(B) | 178.55º | 0.56% | 0.86% | - |
| XYZ | 42.94 | 58.68 | 74.71 | - |
| YUV | 182.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 217 | 0.56 | 0 | 0.01 | 0.14 | 178.55 | 0.64 | 0.62 |
| Hex | 60 | DC | D9 | 38 | 0 | 1 | E | B3 | 40 | 3E |
| Octal | 140 | 334 | 331 | 70 | 0 | 1 | 16 | 263 | 100 | 76 |
| Binary | 1100000 | 11011100 | 11011001 | 111000 | 0 | 1 | 1110 | 10110011 | 1000000 | 111110 |
Color Harmonies of #60DCD9
Complementary color
Monochromatic Colors of #60DCD9
Black with #60DCD9
Text Example
Text Example
White with #60DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCD9; }
p { color: rgb(96,220,217); }
H1.HeaderClassName
{
color: #60DCD9;
}
.AnyTagClassName
{
color: #60DCD9;
}
</style>
background-color css
<style>
a { background-color: #60DCD9; }
a { background-color: rgb(96,220,217); }
div.DivClassName
{
background-color: #60DCD9;
}
.BgClassName
{
background-color: #60DCD9;
}
</style>
border-color css
<style>
span { border-color: #60DCD9; }
span { border-color: rgb(96,220,217); }
td.TdClassName
{
border-color: #60DCD9;
}
.TagClassName
{
border-color: #60DCD9;
}
</style>