Shades of Bright Turquoise #14DCE6
Tints of Bright Turquoise #14DCE6
RGB
CMYK
RGB Variations
Color information
#14DCE6 (or 0x14DCE6) is known color: Bright Turquoise. HEX triplet: 14, DC and E6. RGB value is (20,220,230). Sum of RGB (Red+Green+Blue) = 20+220+230=470 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #14DCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCE6 is #EB2319. Grayscale: #A1A1A1. Windows color (decimal): -15409946 or 15129620. OLE color: 15129620.
HSL color Cylindrical-coordinate representation of color #14DCE6: hue angle of 182.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCE6 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 220 | 230 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.10 |
| HSL | 182.86º | 0.84% | 0.49% | - |
| HSV(B) | 182.86º | 0.91% | 0.9% | - |
| XYZ | 40.16 | 57.05 | 83.76 | - |
| YUV | 161.34 | 166.74 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 230 | 0.91 | 0.04 | 0 | 0.10 | 182.86 | 0.84 | 0.49 |
| Hex | 14 | DC | E6 | 5B | 4 | 0 | A | B7 | 54 | 31 |
| Octal | 24 | 334 | 346 | 133 | 4 | 0 | 12 | 267 | 124 | 61 |
| Binary | 10100 | 11011100 | 11100110 | 1011011 | 100 | 0 | 1010 | 10110111 | 1010100 | 110001 |
Color Harmonies of #14DCE6
Complementary color
Monochromatic Colors of #14DCE6
Black with #14DCE6
Text Example
Text Example
White with #14DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCE6; }
p { color: rgb(20,220,230); }
H1.HeaderClassName
{
color: #14DCE6;
}
.AnyTagClassName
{
color: #14DCE6;
}
</style>
background-color css
<style>
a { background-color: #14DCE6; }
a { background-color: rgb(20,220,230); }
div.DivClassName
{
background-color: #14DCE6;
}
.BgClassName
{
background-color: #14DCE6;
}
</style>
border-color css
<style>
span { border-color: #14DCE6; }
span { border-color: rgb(20,220,230); }
td.TdClassName
{
border-color: #14DCE6;
}
.TagClassName
{
border-color: #14DCE6;
}
</style>