Shades of Bright Turquoise #14FCDF
Tints of Bright Turquoise #14FCDF
RGB
CMYK
RGB Variations
Color information
#14FCDF (or 0x14FCDF) is known color: Bright Turquoise. HEX triplet: 14, FC and DF. RGB value is (20,252,223). Sum of RGB (Red+Green+Blue) = 20+252+223=495 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.04% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FCDF is #EB0320. Grayscale: #B3B3B3. Windows color (decimal): -15401761 or 14679060. OLE color: 14679060.
HSL color Cylindrical-coordinate representation of color #14FCDF: hue angle of 172.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FCDF is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 223 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.01 |
| HSL | 172.5º | 0.97% | 0.53% | - |
| HSV(B) | 172.5º | 0.92% | 0.99% | - |
| XYZ | 48.42 | 75.1 | 81.76 | - |
| YUV | 179.33 | 152.64 | 14.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 223 | 0.92 | 0 | 0.12 | 0.01 | 172.5 | 0.97 | 0.53 |
| Hex | 14 | FC | DF | 5C | 0 | C | 1 | AC | 61 | 35 |
| Octal | 24 | 374 | 337 | 134 | 0 | 14 | 1 | 254 | 141 | 65 |
| Binary | 10100 | 11111100 | 11011111 | 1011100 | 0 | 1100 | 1 | 10101100 | 1100001 | 110101 |
Color Harmonies of #14FCDF
Complementary color
Monochromatic Colors of #14FCDF
Black with #14FCDF
Text Example
Text Example
White with #14FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCDF; }
p { color: rgb(20,252,223); }
H1.HeaderClassName
{
color: #14FCDF;
}
.AnyTagClassName
{
color: #14FCDF;
}
</style>
background-color css
<style>
a { background-color: #14FCDF; }
a { background-color: rgb(20,252,223); }
div.DivClassName
{
background-color: #14FCDF;
}
.BgClassName
{
background-color: #14FCDF;
}
</style>
border-color css
<style>
span { border-color: #14FCDF; }
span { border-color: rgb(20,252,223); }
td.TdClassName
{
border-color: #14FCDF;
}
.TagClassName
{
border-color: #14FCDF;
}
</style>