Shades of Bright Turquoise #14DFF1
Tints of Bright Turquoise #14DFF1
RGB
CMYK
RGB Variations
Color information
#14DFF1 (or 0x14DFF1) is known color: Bright Turquoise. HEX triplet: 14, DF and F1. RGB value is (20,223,241). Sum of RGB (Red+Green+Blue) = 20+223+241=484 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.13% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #14DFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DFF1 is #EB200E. Grayscale: #A4A4A4. Windows color (decimal): -15409167 or 15851284. OLE color: 15851284.
HSL color Cylindrical-coordinate representation of color #14DFF1: hue angle of 184.89º 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 #14DFF1 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 223 | 241 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.05 |
| HSL | 184.89º | 0.89% | 0.51% | - |
| HSV(B) | 184.89º | 0.92% | 0.95% | - |
| XYZ | 42.55 | 59.27 | 92.42 | - |
| YUV | 164.36 | 171.25 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 241 | 0.92 | 0.07 | 0 | 0.05 | 184.89 | 0.89 | 0.51 |
| Hex | 14 | DF | F1 | 5C | 7 | 0 | 5 | B9 | 59 | 33 |
| Octal | 24 | 337 | 361 | 134 | 7 | 0 | 5 | 271 | 131 | 63 |
| Binary | 10100 | 11011111 | 11110001 | 1011100 | 111 | 0 | 101 | 10111001 | 1011001 | 110011 |
Color Harmonies of #14DFF1
Complementary color
Monochromatic Colors of #14DFF1
Black with #14DFF1
Text Example
Text Example
White with #14DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DFF1; }
p { color: rgb(20,223,241); }
H1.HeaderClassName
{
color: #14DFF1;
}
.AnyTagClassName
{
color: #14DFF1;
}
</style>
background-color css
<style>
a { background-color: #14DFF1; }
a { background-color: rgb(20,223,241); }
div.DivClassName
{
background-color: #14DFF1;
}
.BgClassName
{
background-color: #14DFF1;
}
</style>
border-color css
<style>
span { border-color: #14DFF1; }
span { border-color: rgb(20,223,241); }
td.TdClassName
{
border-color: #14DFF1;
}
.TagClassName
{
border-color: #14DFF1;
}
</style>