Shades of Turquoise Blue #60DFDB
Tints of Turquoise Blue #60DFDB
RGB
CMYK
RGB Variations
Color information
#60DFDB (or 0x60DFDB) is known color: Turquoise Blue. HEX triplet: 60, DF and DB. RGB value is (96,223,219). Sum of RGB (Red+Green+Blue) = 96+223+219=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFDB is #9F2024. Grayscale: #B8B8B8. Windows color (decimal): -10428453 or 14409568. OLE color: 14409568.
HSL color Cylindrical-coordinate representation of color #60DFDB: hue angle of 178.11º 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 #60DFDB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 219 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.13 |
| HSL | 178.11º | 0.66% | 0.63% | - |
| HSV(B) | 178.11º | 0.57% | 0.87% | - |
| XYZ | 44 | 60.38 | 76.35 | - |
| YUV | 184.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 219 | 0.57 | 0 | 0.02 | 0.13 | 178.11 | 0.66 | 0.63 |
| Hex | 60 | DF | DB | 39 | 0 | 2 | D | B2 | 42 | 3F |
| Octal | 140 | 337 | 333 | 71 | 0 | 2 | 15 | 262 | 102 | 77 |
| Binary | 1100000 | 11011111 | 11011011 | 111001 | 0 | 10 | 1101 | 10110010 | 1000010 | 111111 |
Color Harmonies of #60DFDB
Complementary color
Monochromatic Colors of #60DFDB
Black with #60DFDB
Text Example
Text Example
White with #60DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFDB; }
p { color: rgb(96,223,219); }
H1.HeaderClassName
{
color: #60DFDB;
}
.AnyTagClassName
{
color: #60DFDB;
}
</style>
background-color css
<style>
a { background-color: #60DFDB; }
a { background-color: rgb(96,223,219); }
div.DivClassName
{
background-color: #60DFDB;
}
.BgClassName
{
background-color: #60DFDB;
}
</style>
border-color css
<style>
span { border-color: #60DFDB; }
span { border-color: rgb(96,223,219); }
td.TdClassName
{
border-color: #60DFDB;
}
.TagClassName
{
border-color: #60DFDB;
}
</style>