Shades of Dark Turquoise #14CDD8
Tints of Dark Turquoise #14CDD8
RGB
CMYK
RGB Variations
Color information
#14CDD8 (or 0x14CDD8) is known color: Dark Turquoise. HEX triplet: 14, CD and D8. RGB value is (20,205,216). Sum of RGB (Red+Green+Blue) = 20+205+216=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #14CDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDD8 is #EB3227. Grayscale: #969696. Windows color (decimal): -15413800 or 14208276. OLE color: 14208276.
HSL color Cylindrical-coordinate representation of color #14CDD8: hue angle of 183.37º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CDD8 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 205 | 216 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.15 |
| HSL | 183.37º | 0.83% | 0.46% | - |
| HSV(B) | 183.37º | 0.91% | 0.85% | - |
| XYZ | 34.51 | 48.77 | 72.56 | - |
| YUV | 150.94 | 164.71 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 216 | 0.91 | 0.05 | 0 | 0.15 | 183.37 | 0.83 | 0.46 |
| Hex | 14 | CD | D8 | 5B | 5 | 0 | F | B7 | 53 | 2E |
| Octal | 24 | 315 | 330 | 133 | 5 | 0 | 17 | 267 | 123 | 56 |
| Binary | 10100 | 11001101 | 11011000 | 1011011 | 101 | 0 | 1111 | 10110111 | 1010011 | 101110 |
Color Harmonies of #14CDD8
Complementary color
Monochromatic Colors of #14CDD8
Black with #14CDD8
Text Example
Text Example
White with #14CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDD8; }
p { color: rgb(20,205,216); }
H1.HeaderClassName
{
color: #14CDD8;
}
.AnyTagClassName
{
color: #14CDD8;
}
</style>
background-color css
<style>
a { background-color: #14CDD8; }
a { background-color: rgb(20,205,216); }
div.DivClassName
{
background-color: #14CDD8;
}
.BgClassName
{
background-color: #14CDD8;
}
</style>
border-color css
<style>
span { border-color: #14CDD8; }
span { border-color: rgb(20,205,216); }
td.TdClassName
{
border-color: #14CDD8;
}
.TagClassName
{
border-color: #14CDD8;
}
</style>