Shades of Turquoise Blue #60DEDD
Tints of Turquoise Blue #60DEDD
RGB
CMYK
RGB Variations
Color information
#60DEDD (or 0x60DEDD) is known color: Turquoise Blue. HEX triplet: 60, DE and DD. RGB value is (96,222,221). Sum of RGB (Red+Green+Blue) = 96+222+221=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEDD is #9F2122. Grayscale: #B8B8B8. Windows color (decimal): -10428707 or 14540384. OLE color: 14540384.
HSL color Cylindrical-coordinate representation of color #60DEDD: hue angle of 179.52º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DEDD is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 221 | - |
| CMYK | 0.57 | 0 | 0.00 | 0.13 |
| HSL | 179.52º | 0.66% | 0.62% | - |
| HSV(B) | 179.52º | 0.57% | 0.87% | - |
| XYZ | 44 | 59.95 | 77.66 | - |
| YUV | 184.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 221 | 0.57 | 0 | 0.00 | 0.13 | 179.52 | 0.66 | 0.62 |
| Hex | 60 | DE | DD | 39 | 0 | 0 | D | B4 | 42 | 3E |
| Octal | 140 | 336 | 335 | 71 | 0 | 0 | 15 | 264 | 102 | 76 |
| Binary | 1100000 | 11011110 | 11011101 | 111001 | 0 | 0 | 1101 | 10110100 | 1000010 | 111110 |
Color Harmonies of #60DEDD
Complementary color
Monochromatic Colors of #60DEDD
Black with #60DEDD
Text Example
Text Example
White with #60DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DEDD; }
p { color: rgb(96,222,221); }
H1.HeaderClassName
{
color: #60DEDD;
}
.AnyTagClassName
{
color: #60DEDD;
}
</style>
background-color css
<style>
a { background-color: #60DEDD; }
a { background-color: rgb(96,222,221); }
div.DivClassName
{
background-color: #60DEDD;
}
.BgClassName
{
background-color: #60DEDD;
}
</style>
border-color css
<style>
span { border-color: #60DEDD; }
span { border-color: rgb(96,222,221); }
td.TdClassName
{
border-color: #60DEDD;
}
.TagClassName
{
border-color: #60DEDD;
}
</style>