Shades of Turquoise Blue #60DCD5
Tints of Turquoise Blue #60DCD5
RGB
CMYK
RGB Variations
Color information
#60DCD5 (or 0x60DCD5) is known color: Turquoise Blue. HEX triplet: 60, DC and D5. RGB value is (96,220,213). Sum of RGB (Red+Green+Blue) = 96+220+213=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCD5 is #9F232A. Grayscale: #B6B6B6. Windows color (decimal): -10429227 or 14015584. OLE color: 14015584.
HSL color Cylindrical-coordinate representation of color #60DCD5: hue angle of 176.61º 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 #60DCD5 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 213 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.14 |
| HSL | 176.61º | 0.64% | 0.62% | - |
| HSV(B) | 176.61º | 0.56% | 0.86% | - |
| XYZ | 42.43 | 58.48 | 72 | - |
| YUV | 182.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 213 | 0.56 | 0 | 0.03 | 0.14 | 176.61 | 0.64 | 0.62 |
| Hex | 60 | DC | D5 | 38 | 0 | 3 | E | B1 | 40 | 3E |
| Octal | 140 | 334 | 325 | 70 | 0 | 3 | 16 | 261 | 100 | 76 |
| Binary | 1100000 | 11011100 | 11010101 | 111000 | 0 | 11 | 1110 | 10110001 | 1000000 | 111110 |
Color Harmonies of #60DCD5
Complementary color
Monochromatic Colors of #60DCD5
Black with #60DCD5
Text Example
Text Example
White with #60DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCD5; }
p { color: rgb(96,220,213); }
H1.HeaderClassName
{
color: #60DCD5;
}
.AnyTagClassName
{
color: #60DCD5;
}
</style>
background-color css
<style>
a { background-color: #60DCD5; }
a { background-color: rgb(96,220,213); }
div.DivClassName
{
background-color: #60DCD5;
}
.BgClassName
{
background-color: #60DCD5;
}
</style>
border-color css
<style>
span { border-color: #60DCD5; }
span { border-color: rgb(96,220,213); }
td.TdClassName
{
border-color: #60DCD5;
}
.TagClassName
{
border-color: #60DCD5;
}
</style>