Shades of Bright Turquoise #14DBDD
Tints of Bright Turquoise #14DBDD
RGB
CMYK
RGB Variations
Color information
#14DBDD (or 0x14DBDD) is known color: Bright Turquoise. HEX triplet: 14, DB and DD. RGB value is (20,219,221). Sum of RGB (Red+Green+Blue) = 20+219+221=460 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.35% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #14DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBDD is #EB2422. Grayscale: #9F9F9F. Windows color (decimal): -15410211 or 14539540. OLE color: 14539540.
HSL color Cylindrical-coordinate representation of color #14DBDD: hue angle of 180.6º 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 #14DBDD is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 219 | 221 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.13 |
| HSL | 180.6º | 0.83% | 0.47% | - |
| HSV(B) | 180.6º | 0.91% | 0.87% | - |
| XYZ | 38.67 | 56.03 | 77.18 | - |
| YUV | 159.73 | 162.57 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 221 | 0.91 | 0.01 | 0 | 0.13 | 180.6 | 0.83 | 0.47 |
| Hex | 14 | DB | DD | 5B | 1 | 0 | D | B5 | 53 | 2F |
| Octal | 24 | 333 | 335 | 133 | 1 | 0 | 15 | 265 | 123 | 57 |
| Binary | 10100 | 11011011 | 11011101 | 1011011 | 1 | 0 | 1101 | 10110101 | 1010011 | 101111 |
Color Harmonies of #14DBDD
Complementary color
Monochromatic Colors of #14DBDD
Black with #14DBDD
Text Example
Text Example
White with #14DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBDD; }
p { color: rgb(20,219,221); }
H1.HeaderClassName
{
color: #14DBDD;
}
.AnyTagClassName
{
color: #14DBDD;
}
</style>
background-color css
<style>
a { background-color: #14DBDD; }
a { background-color: rgb(20,219,221); }
div.DivClassName
{
background-color: #14DBDD;
}
.BgClassName
{
background-color: #14DBDD;
}
</style>
border-color css
<style>
span { border-color: #14DBDD; }
span { border-color: rgb(20,219,221); }
td.TdClassName
{
border-color: #14DBDD;
}
.TagClassName
{
border-color: #14DBDD;
}
</style>