Shades of Bright Turquoise #14DCCD
Tints of Bright Turquoise #14DCCD
RGB
CMYK
RGB Variations
Color information
#14DCCD (or 0x14DCCD) is known color: Bright Turquoise. HEX triplet: 14, DC and CD. RGB value is (20,220,205). Sum of RGB (Red+Green+Blue) = 20+220+205=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCCD is #EB2332. Grayscale: #9E9E9E. Windows color (decimal): -15409971 or 13491220. OLE color: 13491220.
HSL color Cylindrical-coordinate representation of color #14DCCD: hue angle of 175.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCCD is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 205 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.14 |
| HSL | 175.5º | 0.83% | 0.47% | - |
| HSV(B) | 175.5º | 0.91% | 0.86% | - |
| XYZ | 36.9 | 55.74 | 66.57 | - |
| YUV | 158.49 | 154.24 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 205 | 0.91 | 0 | 0.07 | 0.14 | 175.5 | 0.83 | 0.47 |
| Hex | 14 | DC | CD | 5B | 0 | 7 | E | B0 | 53 | 2F |
| Octal | 24 | 334 | 315 | 133 | 0 | 7 | 16 | 260 | 123 | 57 |
| Binary | 10100 | 11011100 | 11001101 | 1011011 | 0 | 111 | 1110 | 10110000 | 1010011 | 101111 |
Color Harmonies of #14DCCD
Complementary color
Monochromatic Colors of #14DCCD
Black with #14DCCD
Text Example
Text Example
White with #14DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCCD; }
p { color: rgb(20,220,205); }
H1.HeaderClassName
{
color: #14DCCD;
}
.AnyTagClassName
{
color: #14DCCD;
}
</style>
background-color css
<style>
a { background-color: #14DCCD; }
a { background-color: rgb(20,220,205); }
div.DivClassName
{
background-color: #14DCCD;
}
.BgClassName
{
background-color: #14DCCD;
}
</style>
border-color css
<style>
span { border-color: #14DCCD; }
span { border-color: rgb(20,220,205); }
td.TdClassName
{
border-color: #14DCCD;
}
.TagClassName
{
border-color: #14DCCD;
}
</style>