Shades of Bright Turquoise #14FFD4
Tints of Bright Turquoise #14FFD4
RGB
CMYK
RGB Variations
Color information
#14FFD4 (or 0x14FFD4) is known color: Bright Turquoise. HEX triplet: 14, FF and D4. RGB value is (20,255,212). Sum of RGB (Red+Green+Blue) = 20+255+212=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFD4 is #EB002B. Grayscale: #B3B3B3. Windows color (decimal): -15401004 or 13958932. OLE color: 13958932.
HSL color Cylindrical-coordinate representation of color #14FFD4: hue angle of 169.02º 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 #14FFD4 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 212 | - |
| CMYK | 0.92 | 0 | 0.17 | 0 |
| HSL | 169.02º | 1% | 0.54% | - |
| HSV(B) | 169.02º | 0.92% | 1% | - |
| XYZ | 47.93 | 76.42 | 74.51 | - |
| YUV | 179.83 | 146.14 | 14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 212 | 0.92 | 0 | 0.17 | 0 | 169.02 | 1 | 0.54 |
| Hex | 14 | FF | D4 | 5C | 0 | 11 | 0 | A9 | 64 | 36 |
| Octal | 24 | 377 | 324 | 134 | 0 | 21 | 0 | 251 | 144 | 66 |
| Binary | 10100 | 11111111 | 11010100 | 1011100 | 0 | 10001 | 0 | 10101001 | 1100100 | 110110 |
Color Harmonies of #14FFD4
Complementary color
Monochromatic Colors of #14FFD4
Black with #14FFD4
Text Example
Text Example
White with #14FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFD4; }
p { color: rgb(20,255,212); }
H1.HeaderClassName
{
color: #14FFD4;
}
.AnyTagClassName
{
color: #14FFD4;
}
</style>
background-color css
<style>
a { background-color: #14FFD4; }
a { background-color: rgb(20,255,212); }
div.DivClassName
{
background-color: #14FFD4;
}
.BgClassName
{
background-color: #14FFD4;
}
</style>
border-color css
<style>
span { border-color: #14FFD4; }
span { border-color: rgb(20,255,212); }
td.TdClassName
{
border-color: #14FFD4;
}
.TagClassName
{
border-color: #14FFD4;
}
</style>