Shades of Bright Turquoise #14F1DB
Tints of Bright Turquoise #14F1DB
RGB
CMYK
RGB Variations
Color information
#14F1DB (or 0x14F1DB) is known color: Bright Turquoise. HEX triplet: 14, F1 and DB. RGB value is (20,241,219). Sum of RGB (Red+Green+Blue) = 20+241+219=480 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.17% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #14F1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F1DB is #EB0E24. Grayscale: #ACACAC. Windows color (decimal): -15404581 or 14414100. OLE color: 14414100.
HSL color Cylindrical-coordinate representation of color #14F1DB: hue angle of 174.03º 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 #14F1DB is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 219 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.05 |
| HSL | 174.03º | 0.89% | 0.51% | - |
| HSV(B) | 174.03º | 0.92% | 0.95% | - |
| XYZ | 44.53 | 68.17 | 77.83 | - |
| YUV | 172.41 | 154.28 | 19.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 219 | 0.92 | 0 | 0.09 | 0.05 | 174.03 | 0.89 | 0.51 |
| Hex | 14 | F1 | DB | 5C | 0 | 9 | 5 | AE | 59 | 33 |
| Octal | 24 | 361 | 333 | 134 | 0 | 11 | 5 | 256 | 131 | 63 |
| Binary | 10100 | 11110001 | 11011011 | 1011100 | 0 | 1001 | 101 | 10101110 | 1011001 | 110011 |
Color Harmonies of #14F1DB
Complementary color
Monochromatic Colors of #14F1DB
Black with #14F1DB
Text Example
Text Example
White with #14F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F1DB; }
p { color: rgb(20,241,219); }
H1.HeaderClassName
{
color: #14F1DB;
}
.AnyTagClassName
{
color: #14F1DB;
}
</style>
background-color css
<style>
a { background-color: #14F1DB; }
a { background-color: rgb(20,241,219); }
div.DivClassName
{
background-color: #14F1DB;
}
.BgClassName
{
background-color: #14F1DB;
}
</style>
border-color css
<style>
span { border-color: #14F1DB; }
span { border-color: rgb(20,241,219); }
td.TdClassName
{
border-color: #14F1DB;
}
.TagClassName
{
border-color: #14F1DB;
}
</style>