Shades of Bright Turquoise #14DCDF
Tints of Bright Turquoise #14DCDF
RGB
CMYK
RGB Variations
Color information
#14DCDF (or 0x14DCDF) is known color: Bright Turquoise. HEX triplet: 14, DC and DF. RGB value is (20,220,223). Sum of RGB (Red+Green+Blue) = 20+220+223=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #14DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCDF is #EB2320. Grayscale: #A0A0A0. Windows color (decimal): -15409953 or 14670868. OLE color: 14670868.
HSL color Cylindrical-coordinate representation of color #14DCDF: hue angle of 180.89º 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 #14DCDF is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 220 | 223 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.13 |
| HSL | 180.89º | 0.84% | 0.48% | - |
| HSV(B) | 180.89º | 0.91% | 0.87% | - |
| XYZ | 39.2 | 56.66 | 78.68 | - |
| YUV | 160.54 | 163.24 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 223 | 0.91 | 0.01 | 0 | 0.13 | 180.89 | 0.84 | 0.48 |
| Hex | 14 | DC | DF | 5B | 1 | 0 | D | B5 | 54 | 30 |
| Octal | 24 | 334 | 337 | 133 | 1 | 0 | 15 | 265 | 124 | 60 |
| Binary | 10100 | 11011100 | 11011111 | 1011011 | 1 | 0 | 1101 | 10110101 | 1010100 | 110000 |
Color Harmonies of #14DCDF
Complementary color
Monochromatic Colors of #14DCDF
Black with #14DCDF
Text Example
Text Example
White with #14DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCDF; }
p { color: rgb(20,220,223); }
H1.HeaderClassName
{
color: #14DCDF;
}
.AnyTagClassName
{
color: #14DCDF;
}
</style>
background-color css
<style>
a { background-color: #14DCDF; }
a { background-color: rgb(20,220,223); }
div.DivClassName
{
background-color: #14DCDF;
}
.BgClassName
{
background-color: #14DCDF;
}
</style>
border-color css
<style>
span { border-color: #14DCDF; }
span { border-color: rgb(20,220,223); }
td.TdClassName
{
border-color: #14DCDF;
}
.TagClassName
{
border-color: #14DCDF;
}
</style>