Shades of Bright Turquoise #14DFE2
Tints of Bright Turquoise #14DFE2
RGB
CMYK
RGB Variations
Color information
#14DFE2 (or 0x14DFE2) is known color: Bright Turquoise. HEX triplet: 14, DF and E2. RGB value is (20,223,226). Sum of RGB (Red+Green+Blue) = 20+223+226=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #14DFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFE2 is #EB201D. Grayscale: #A2A2A2. Windows color (decimal): -15409182 or 14868244. OLE color: 14868244.
HSL color Cylindrical-coordinate representation of color #14DFE2: hue angle of 180.87º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DFE2 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 223 | 226 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.11 |
| HSL | 180.87º | 0.84% | 0.48% | - |
| HSV(B) | 180.87º | 0.91% | 0.89% | - |
| XYZ | 40.4 | 58.42 | 81.1 | - |
| YUV | 162.65 | 163.75 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 226 | 0.91 | 0.01 | 0 | 0.11 | 180.87 | 0.84 | 0.48 |
| Hex | 14 | DF | E2 | 5B | 1 | 0 | B | B5 | 54 | 30 |
| Octal | 24 | 337 | 342 | 133 | 1 | 0 | 13 | 265 | 124 | 60 |
| Binary | 10100 | 11011111 | 11100010 | 1011011 | 1 | 0 | 1011 | 10110101 | 1010100 | 110000 |
Color Harmonies of #14DFE2
Complementary color
Monochromatic Colors of #14DFE2
Black with #14DFE2
Text Example
Text Example
White with #14DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DFE2; }
p { color: rgb(20,223,226); }
H1.HeaderClassName
{
color: #14DFE2;
}
.AnyTagClassName
{
color: #14DFE2;
}
</style>
background-color css
<style>
a { background-color: #14DFE2; }
a { background-color: rgb(20,223,226); }
div.DivClassName
{
background-color: #14DFE2;
}
.BgClassName
{
background-color: #14DFE2;
}
</style>
border-color css
<style>
span { border-color: #14DFE2; }
span { border-color: rgb(20,223,226); }
td.TdClassName
{
border-color: #14DFE2;
}
.TagClassName
{
border-color: #14DFE2;
}
</style>