Shades of Bright Turquoise #14FFDF
Tints of Bright Turquoise #14FFDF
RGB
CMYK
RGB Variations
Color information
#14FFDF (or 0x14FFDF) is known color: Bright Turquoise. HEX triplet: 14, FF and DF. RGB value is (20,255,223). Sum of RGB (Red+Green+Blue) = 20+255+223=498 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.02% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFDF is #EB0020. Grayscale: #B4B4B4. Windows color (decimal): -15400993 or 14679828. OLE color: 14679828.
HSL color Cylindrical-coordinate representation of color #14FFDF: hue angle of 171.83º 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 #14FFDF is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 223 | - |
| CMYK | 0.92 | 0 | 0.13 | 0 |
| HSL | 171.83º | 1% | 0.54% | - |
| HSV(B) | 171.83º | 0.92% | 1% | - |
| XYZ | 49.37 | 77 | 82.07 | - |
| YUV | 181.09 | 151.64 | 13.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 223 | 0.92 | 0 | 0.13 | 0 | 171.83 | 1 | 0.54 |
| Hex | 14 | FF | DF | 5C | 0 | D | 0 | AC | 64 | 36 |
| Octal | 24 | 377 | 337 | 134 | 0 | 15 | 0 | 254 | 144 | 66 |
| Binary | 10100 | 11111111 | 11011111 | 1011100 | 0 | 1101 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #14FFDF
Complementary color
Monochromatic Colors of #14FFDF
Black with #14FFDF
Text Example
Text Example
White with #14FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFDF; }
p { color: rgb(20,255,223); }
H1.HeaderClassName
{
color: #14FFDF;
}
.AnyTagClassName
{
color: #14FFDF;
}
</style>
background-color css
<style>
a { background-color: #14FFDF; }
a { background-color: rgb(20,255,223); }
div.DivClassName
{
background-color: #14FFDF;
}
.BgClassName
{
background-color: #14FFDF;
}
</style>
border-color css
<style>
span { border-color: #14FFDF; }
span { border-color: rgb(20,255,223); }
td.TdClassName
{
border-color: #14FFDF;
}
.TagClassName
{
border-color: #14FFDF;
}
</style>