Shades of Bright Turquoise #14FFDE
Tints of Bright Turquoise #14FFDE
RGB
CMYK
RGB Variations
Color information
#14FFDE (or 0x14FFDE) is known color: Bright Turquoise. HEX triplet: 14, FF and DE. RGB value is (20,255,222). Sum of RGB (Red+Green+Blue) = 20+255+222=497 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.02% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFDE is #EB0021. Grayscale: #B4B4B4. Windows color (decimal): -15400994 or 14614292. OLE color: 14614292.
HSL color Cylindrical-coordinate representation of color #14FFDE: hue angle of 171.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFDE is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 222 | - |
| CMYK | 0.92 | 0 | 0.13 | 0 |
| HSL | 171.57º | 1% | 0.54% | - |
| HSV(B) | 171.57º | 0.92% | 1% | - |
| XYZ | 49.23 | 76.94 | 81.36 | - |
| YUV | 180.97 | 151.14 | 13.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 222 | 0.92 | 0 | 0.13 | 0 | 171.57 | 1 | 0.54 |
| Hex | 14 | FF | DE | 5C | 0 | D | 0 | AC | 64 | 36 |
| Octal | 24 | 377 | 336 | 134 | 0 | 15 | 0 | 254 | 144 | 66 |
| Binary | 10100 | 11111111 | 11011110 | 1011100 | 0 | 1101 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #14FFDE
Complementary color
Monochromatic Colors of #14FFDE
Black with #14FFDE
Text Example
Text Example
White with #14FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFDE; }
p { color: rgb(20,255,222); }
H1.HeaderClassName
{
color: #14FFDE;
}
.AnyTagClassName
{
color: #14FFDE;
}
</style>
background-color css
<style>
a { background-color: #14FFDE; }
a { background-color: rgb(20,255,222); }
div.DivClassName
{
background-color: #14FFDE;
}
.BgClassName
{
background-color: #14FFDE;
}
</style>
border-color css
<style>
span { border-color: #14FFDE; }
span { border-color: rgb(20,255,222); }
td.TdClassName
{
border-color: #14FFDE;
}
.TagClassName
{
border-color: #14FFDE;
}
</style>