Shades of Dark Turquoise #14CDDD
Tints of Dark Turquoise #14CDDD
RGB
CMYK
RGB Variations
Color information
#14CDDD (or 0x14CDDD) is known color: Dark Turquoise. HEX triplet: 14, CD and DD. RGB value is (20,205,221). Sum of RGB (Red+Green+Blue) = 20+205+221=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #14CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDDD is #EB3222. Grayscale: #979797. Windows color (decimal): -15413795 or 14535956. OLE color: 14535956.
HSL color Cylindrical-coordinate representation of color #14CDDD: hue angle of 184.78º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CDDD is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 205 | 221 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.13 |
| HSL | 184.78º | 0.83% | 0.47% | - |
| HSV(B) | 184.78º | 0.91% | 0.87% | - |
| XYZ | 35.17 | 49.03 | 76.02 | - |
| YUV | 151.51 | 167.21 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 221 | 0.91 | 0.07 | 0 | 0.13 | 184.78 | 0.83 | 0.47 |
| Hex | 14 | CD | DD | 5B | 7 | 0 | D | B9 | 53 | 2F |
| Octal | 24 | 315 | 335 | 133 | 7 | 0 | 15 | 271 | 123 | 57 |
| Binary | 10100 | 11001101 | 11011101 | 1011011 | 111 | 0 | 1101 | 10111001 | 1010011 | 101111 |
Color Harmonies of #14CDDD
Complementary color
Monochromatic Colors of #14CDDD
Black with #14CDDD
Text Example
Text Example
White with #14CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDDD; }
p { color: rgb(20,205,221); }
H1.HeaderClassName
{
color: #14CDDD;
}
.AnyTagClassName
{
color: #14CDDD;
}
</style>
background-color css
<style>
a { background-color: #14CDDD; }
a { background-color: rgb(20,205,221); }
div.DivClassName
{
background-color: #14CDDD;
}
.BgClassName
{
background-color: #14CDDD;
}
</style>
border-color css
<style>
span { border-color: #14CDDD; }
span { border-color: rgb(20,205,221); }
td.TdClassName
{
border-color: #14CDDD;
}
.TagClassName
{
border-color: #14CDDD;
}
</style>