Shades of Turquoise Blue #60D4DB
Tints of Turquoise Blue #60D4DB
RGB
CMYK
RGB Variations
Color information
#60D4DB (or 0x60D4DB) is known color: Turquoise Blue. HEX triplet: 60, D4 and DB. RGB value is (96,212,219). Sum of RGB (Red+Green+Blue) = 96+212+219=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #60D4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D4DB is #9F2B24. Grayscale: #B1B1B1. Windows color (decimal): -10431269 or 14406752. OLE color: 14406752.
HSL color Cylindrical-coordinate representation of color #60D4DB: hue angle of 183.41º degrees, saturation: 0.63, 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 #60D4DB is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 212 | 219 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.14 |
| HSL | 183.41º | 0.63% | 0.62% | - |
| HSV(B) | 183.41º | 0.56% | 0.86% | - |
| XYZ | 41.15 | 54.69 | 75.4 | - |
| YUV | 178.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 219 | 0.56 | 0.03 | 0 | 0.14 | 183.41 | 0.63 | 0.62 |
| Hex | 60 | D4 | DB | 38 | 3 | 0 | E | B7 | 3F | 3E |
| Octal | 140 | 324 | 333 | 70 | 3 | 0 | 16 | 267 | 77 | 76 |
| Binary | 1100000 | 11010100 | 11011011 | 111000 | 11 | 0 | 1110 | 10110111 | 111111 | 111110 |
Color Harmonies of #60D4DB
Complementary color
Monochromatic Colors of #60D4DB
Black with #60D4DB
Text Example
Text Example
White with #60D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D4DB; }
p { color: rgb(96,212,219); }
H1.HeaderClassName
{
color: #60D4DB;
}
.AnyTagClassName
{
color: #60D4DB;
}
</style>
background-color css
<style>
a { background-color: #60D4DB; }
a { background-color: rgb(96,212,219); }
div.DivClassName
{
background-color: #60D4DB;
}
.BgClassName
{
background-color: #60D4DB;
}
</style>
border-color css
<style>
span { border-color: #60D4DB; }
span { border-color: rgb(96,212,219); }
td.TdClassName
{
border-color: #60D4DB;
}
.TagClassName
{
border-color: #60D4DB;
}
</style>