Shades of Turquoise Blue #60D6DA
Tints of Turquoise Blue #60D6DA
RGB
CMYK
RGB Variations
Color information
#60D6DA (or 0x60D6DA) is known color: Turquoise Blue. HEX triplet: 60, D6 and DA. RGB value is (96,214,218). Sum of RGB (Red+Green+Blue) = 96+214+218=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #60D6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D6DA is #9F2925. Grayscale: #B3B3B3. Windows color (decimal): -10430758 or 14341728. OLE color: 14341728.
HSL color Cylindrical-coordinate representation of color #60D6DA: hue angle of 181.97º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D6DA is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 214 | 218 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.15 |
| HSL | 181.97º | 0.62% | 0.62% | - |
| HSV(B) | 181.97º | 0.56% | 0.85% | - |
| XYZ | 41.53 | 55.64 | 74.88 | - |
| YUV | 179.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 218 | 0.56 | 0.02 | 0 | 0.15 | 181.97 | 0.62 | 0.62 |
| Hex | 60 | D6 | DA | 38 | 2 | 0 | F | B6 | 3E | 3E |
| Octal | 140 | 326 | 332 | 70 | 2 | 0 | 17 | 266 | 76 | 76 |
| Binary | 1100000 | 11010110 | 11011010 | 111000 | 10 | 0 | 1111 | 10110110 | 111110 | 111110 |
Color Harmonies of #60D6DA
Complementary color
Monochromatic Colors of #60D6DA
Black with #60D6DA
Text Example
Text Example
White with #60D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D6DA; }
p { color: rgb(96,214,218); }
H1.HeaderClassName
{
color: #60D6DA;
}
.AnyTagClassName
{
color: #60D6DA;
}
</style>
background-color css
<style>
a { background-color: #60D6DA; }
a { background-color: rgb(96,214,218); }
div.DivClassName
{
background-color: #60D6DA;
}
.BgClassName
{
background-color: #60D6DA;
}
</style>
border-color css
<style>
span { border-color: #60D6DA; }
span { border-color: rgb(96,214,218); }
td.TdClassName
{
border-color: #60D6DA;
}
.TagClassName
{
border-color: #60D6DA;
}
</style>