Shades of Dark Turquoise #14CDD6
Tints of Dark Turquoise #14CDD6
RGB
CMYK
RGB Variations
Color information
#14CDD6 (or 0x14CDD6) is known color: Dark Turquoise. HEX triplet: 14, CD and D6. RGB value is (20,205,214). Sum of RGB (Red+Green+Blue) = 20+205+214=439 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.56% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #14CDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDD6 is #EB3229. Grayscale: #969696. Windows color (decimal): -15413802 or 14077204. OLE color: 14077204.
HSL color Cylindrical-coordinate representation of color #14CDD6: hue angle of 182.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CDD6 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 205 | 214 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.16 |
| HSL | 182.78º | 0.83% | 0.46% | - |
| HSV(B) | 182.78º | 0.91% | 0.84% | - |
| XYZ | 34.26 | 48.67 | 71.21 | - |
| YUV | 150.71 | 163.71 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 214 | 0.91 | 0.04 | 0 | 0.16 | 182.78 | 0.83 | 0.46 |
| Hex | 14 | CD | D6 | 5B | 4 | 0 | 10 | B7 | 53 | 2E |
| Octal | 24 | 315 | 326 | 133 | 4 | 0 | 20 | 267 | 123 | 56 |
| Binary | 10100 | 11001101 | 11010110 | 1011011 | 100 | 0 | 10000 | 10110111 | 1010011 | 101110 |
Color Harmonies of #14CDD6
Complementary color
Monochromatic Colors of #14CDD6
Black with #14CDD6
Text Example
Text Example
White with #14CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDD6; }
p { color: rgb(20,205,214); }
H1.HeaderClassName
{
color: #14CDD6;
}
.AnyTagClassName
{
color: #14CDD6;
}
</style>
background-color css
<style>
a { background-color: #14CDD6; }
a { background-color: rgb(20,205,214); }
div.DivClassName
{
background-color: #14CDD6;
}
.BgClassName
{
background-color: #14CDD6;
}
</style>
border-color css
<style>
span { border-color: #14CDD6; }
span { border-color: rgb(20,205,214); }
td.TdClassName
{
border-color: #14CDD6;
}
.TagClassName
{
border-color: #14CDD6;
}
</style>