Shades of Turquoise Blue #60DFD5
Tints of Turquoise Blue #60DFD5
RGB
CMYK
RGB Variations
Color information
#60DFD5 (or 0x60DFD5) is known color: Turquoise Blue. HEX triplet: 60, DF and D5. RGB value is (96,223,213). Sum of RGB (Red+Green+Blue) = 96+223+213=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFD5 is #9F202A. Grayscale: #B7B7B7. Windows color (decimal): -10428459 or 14016352. OLE color: 14016352.
HSL color Cylindrical-coordinate representation of color #60DFD5: hue angle of 175.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFD5 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 213 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.13 |
| HSL | 175.28º | 0.66% | 0.63% | - |
| HSV(B) | 175.28º | 0.57% | 0.87% | - |
| XYZ | 43.22 | 60.07 | 72.27 | - |
| YUV | 183.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 213 | 0.57 | 0 | 0.04 | 0.13 | 175.28 | 0.66 | 0.63 |
| Hex | 60 | DF | D5 | 39 | 0 | 4 | D | AF | 42 | 3F |
| Octal | 140 | 337 | 325 | 71 | 0 | 4 | 15 | 257 | 102 | 77 |
| Binary | 1100000 | 11011111 | 11010101 | 111001 | 0 | 100 | 1101 | 10101111 | 1000010 | 111111 |
Color Harmonies of #60DFD5
Complementary color
Monochromatic Colors of #60DFD5
Black with #60DFD5
Text Example
Text Example
White with #60DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFD5; }
p { color: rgb(96,223,213); }
H1.HeaderClassName
{
color: #60DFD5;
}
.AnyTagClassName
{
color: #60DFD5;
}
</style>
background-color css
<style>
a { background-color: #60DFD5; }
a { background-color: rgb(96,223,213); }
div.DivClassName
{
background-color: #60DFD5;
}
.BgClassName
{
background-color: #60DFD5;
}
</style>
border-color css
<style>
span { border-color: #60DFD5; }
span { border-color: rgb(96,223,213); }
td.TdClassName
{
border-color: #60DFD5;
}
.TagClassName
{
border-color: #60DFD5;
}
</style>