Shades of Bright Turquoise #14DCDD
Tints of Bright Turquoise #14DCDD
RGB
CMYK
RGB Variations
Color information
#14DCDD (or 0x14DCDD) is known color: Bright Turquoise. HEX triplet: 14, DC and DD. RGB value is (20,220,221). Sum of RGB (Red+Green+Blue) = 20+220+221=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #14DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCDD is #EB2322. Grayscale: #A0A0A0. Windows color (decimal): -15409955 or 14539796. OLE color: 14539796.
HSL color Cylindrical-coordinate representation of color #14DCDD: hue angle of 180.3º 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 #14DCDD is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 220 | 221 | - |
| CMYK | 0.91 | 0.00 | 0 | 0.13 |
| HSL | 180.3º | 0.83% | 0.47% | - |
| HSV(B) | 180.3º | 0.91% | 0.87% | - |
| XYZ | 38.93 | 56.56 | 77.27 | - |
| YUV | 160.31 | 162.24 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 221 | 0.91 | 0.00 | 0 | 0.13 | 180.3 | 0.83 | 0.47 |
| Hex | 14 | DC | DD | 5B | 0 | 0 | D | B4 | 53 | 2F |
| Octal | 24 | 334 | 335 | 133 | 0 | 0 | 15 | 264 | 123 | 57 |
| Binary | 10100 | 11011100 | 11011101 | 1011011 | 0 | 0 | 1101 | 10110100 | 1010011 | 101111 |
Color Harmonies of #14DCDD
Complementary color
Monochromatic Colors of #14DCDD
Black with #14DCDD
Text Example
Text Example
White with #14DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCDD; }
p { color: rgb(20,220,221); }
H1.HeaderClassName
{
color: #14DCDD;
}
.AnyTagClassName
{
color: #14DCDD;
}
</style>
background-color css
<style>
a { background-color: #14DCDD; }
a { background-color: rgb(20,220,221); }
div.DivClassName
{
background-color: #14DCDD;
}
.BgClassName
{
background-color: #14DCDD;
}
</style>
border-color css
<style>
span { border-color: #14DCDD; }
span { border-color: rgb(20,220,221); }
td.TdClassName
{
border-color: #14DCDD;
}
.TagClassName
{
border-color: #14DCDD;
}
</style>