Shades of Turquoise Blue #60D3DB
Tints of Turquoise Blue #60D3DB
RGB
CMYK
RGB Variations
Color information
#60D3DB (or 0x60D3DB) is known color: Turquoise Blue. HEX triplet: 60, D3 and DB. RGB value is (96,211,219). Sum of RGB (Red+Green+Blue) = 96+211+219=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #60D3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D3DB is #9F2C24. Grayscale: #B1B1B1. Windows color (decimal): -10431525 or 14406496. OLE color: 14406496.
HSL color Cylindrical-coordinate representation of color #60D3DB: hue angle of 183.9º 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 #60D3DB is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 211 | 219 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.14 |
| HSL | 183.9º | 0.63% | 0.62% | - |
| HSV(B) | 183.9º | 0.56% | 0.86% | - |
| XYZ | 40.9 | 54.19 | 75.32 | - |
| YUV | 177.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 211 | 219 | 0.56 | 0.04 | 0 | 0.14 | 183.9 | 0.63 | 0.62 |
| Hex | 60 | D3 | DB | 38 | 4 | 0 | E | B8 | 3F | 3E |
| Octal | 140 | 323 | 333 | 70 | 4 | 0 | 16 | 270 | 77 | 76 |
| Binary | 1100000 | 11010011 | 11011011 | 111000 | 100 | 0 | 1110 | 10111000 | 111111 | 111110 |
Color Harmonies of #60D3DB
Complementary color
Monochromatic Colors of #60D3DB
Black with #60D3DB
Text Example
Text Example
White with #60D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D3DB; }
p { color: rgb(96,211,219); }
H1.HeaderClassName
{
color: #60D3DB;
}
.AnyTagClassName
{
color: #60D3DB;
}
</style>
background-color css
<style>
a { background-color: #60D3DB; }
a { background-color: rgb(96,211,219); }
div.DivClassName
{
background-color: #60D3DB;
}
.BgClassName
{
background-color: #60D3DB;
}
</style>
border-color css
<style>
span { border-color: #60D3DB; }
span { border-color: rgb(96,211,219); }
td.TdClassName
{
border-color: #60D3DB;
}
.TagClassName
{
border-color: #60D3DB;
}
</style>