Shades of Bright Turquoise #14F1DF
Tints of Bright Turquoise #14F1DF
RGB
CMYK
RGB Variations
Color information
#14F1DF (or 0x14F1DF) is known color: Bright Turquoise. HEX triplet: 14, F1 and DF. RGB value is (20,241,223). Sum of RGB (Red+Green+Blue) = 20+241+223=484 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.13% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #14F1DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F1DF is #EB0E20. Grayscale: #ACACAC. Windows color (decimal): -15404577 or 14676244. OLE color: 14676244.
HSL color Cylindrical-coordinate representation of color #14F1DF: hue angle of 175.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F1DF is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 223 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.05 |
| HSL | 175.11º | 0.89% | 0.51% | - |
| HSV(B) | 175.11º | 0.92% | 0.95% | - |
| XYZ | 45.06 | 68.39 | 80.64 | - |
| YUV | 172.87 | 156.28 | 18.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 223 | 0.92 | 0 | 0.07 | 0.05 | 175.11 | 0.89 | 0.51 |
| Hex | 14 | F1 | DF | 5C | 0 | 7 | 5 | AF | 59 | 33 |
| Octal | 24 | 361 | 337 | 134 | 0 | 7 | 5 | 257 | 131 | 63 |
| Binary | 10100 | 11110001 | 11011111 | 1011100 | 0 | 111 | 101 | 10101111 | 1011001 | 110011 |
Color Harmonies of #14F1DF
Complementary color
Monochromatic Colors of #14F1DF
Black with #14F1DF
Text Example
Text Example
White with #14F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F1DF; }
p { color: rgb(20,241,223); }
H1.HeaderClassName
{
color: #14F1DF;
}
.AnyTagClassName
{
color: #14F1DF;
}
</style>
background-color css
<style>
a { background-color: #14F1DF; }
a { background-color: rgb(20,241,223); }
div.DivClassName
{
background-color: #14F1DF;
}
.BgClassName
{
background-color: #14F1DF;
}
</style>
border-color css
<style>
span { border-color: #14F1DF; }
span { border-color: rgb(20,241,223); }
td.TdClassName
{
border-color: #14F1DF;
}
.TagClassName
{
border-color: #14F1DF;
}
</style>