Shades of Bright Turquoise #14DFDD
Tints of Bright Turquoise #14DFDD
RGB
CMYK
RGB Variations
Color information
#14DFDD (or 0x14DFDD) is known color: Bright Turquoise. HEX triplet: 14, DF and DD. RGB value is (20,223,221). Sum of RGB (Red+Green+Blue) = 20+223+221=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFDD is #EB2022. Grayscale: #A1A1A1. Windows color (decimal): -15409187 or 14540564. OLE color: 14540564.
HSL color Cylindrical-coordinate representation of color #14DFDD: hue angle of 179.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DFDD is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 221 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.13 |
| HSL | 179.41º | 0.84% | 0.48% | - |
| HSV(B) | 179.41º | 0.91% | 0.87% | - |
| XYZ | 39.73 | 58.14 | 77.54 | - |
| YUV | 162.08 | 161.25 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 221 | 0.91 | 0 | 0.01 | 0.13 | 179.41 | 0.84 | 0.48 |
| Hex | 14 | DF | DD | 5B | 0 | 1 | D | B3 | 54 | 30 |
| Octal | 24 | 337 | 335 | 133 | 0 | 1 | 15 | 263 | 124 | 60 |
| Binary | 10100 | 11011111 | 11011101 | 1011011 | 0 | 1 | 1101 | 10110011 | 1010100 | 110000 |
Color Harmonies of #14DFDD
Complementary color
Monochromatic Colors of #14DFDD
Black with #14DFDD
Text Example
Text Example
White with #14DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DFDD; }
p { color: rgb(20,223,221); }
H1.HeaderClassName
{
color: #14DFDD;
}
.AnyTagClassName
{
color: #14DFDD;
}
</style>
background-color css
<style>
a { background-color: #14DFDD; }
a { background-color: rgb(20,223,221); }
div.DivClassName
{
background-color: #14DFDD;
}
.BgClassName
{
background-color: #14DFDD;
}
</style>
border-color css
<style>
span { border-color: #14DFDD; }
span { border-color: rgb(20,223,221); }
td.TdClassName
{
border-color: #14DFDD;
}
.TagClassName
{
border-color: #14DFDD;
}
</style>