Shades of Bright Turquoise #14F2DB
Tints of Bright Turquoise #14F2DB
RGB
CMYK
RGB Variations
Color information
#14F2DB (or 0x14F2DB) is known color: Bright Turquoise. HEX triplet: 14, F2 and DB. RGB value is (20,242,219). Sum of RGB (Red+Green+Blue) = 20+242+219=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F2DB is #EB0D24. Grayscale: #ACACAC. Windows color (decimal): -15404325 or 14414356. OLE color: 14414356.
HSL color Cylindrical-coordinate representation of color #14F2DB: hue angle of 173.78º degrees, saturation: 0.9, 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 #14F2DB is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 219 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.05 |
| HSL | 173.78º | 0.9% | 0.51% | - |
| HSV(B) | 173.78º | 0.92% | 0.95% | - |
| XYZ | 44.83 | 68.77 | 77.93 | - |
| YUV | 173 | 153.95 | 18.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 219 | 0.92 | 0 | 0.10 | 0.05 | 173.78 | 0.9 | 0.51 |
| Hex | 14 | F2 | DB | 5C | 0 | A | 5 | AE | 5A | 33 |
| Octal | 24 | 362 | 333 | 134 | 0 | 12 | 5 | 256 | 132 | 63 |
| Binary | 10100 | 11110010 | 11011011 | 1011100 | 0 | 1010 | 101 | 10101110 | 1011010 | 110011 |
Color Harmonies of #14F2DB
Complementary color
Monochromatic Colors of #14F2DB
Black with #14F2DB
Text Example
Text Example
White with #14F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2DB; }
p { color: rgb(20,242,219); }
H1.HeaderClassName
{
color: #14F2DB;
}
.AnyTagClassName
{
color: #14F2DB;
}
</style>
background-color css
<style>
a { background-color: #14F2DB; }
a { background-color: rgb(20,242,219); }
div.DivClassName
{
background-color: #14F2DB;
}
.BgClassName
{
background-color: #14F2DB;
}
</style>
border-color css
<style>
span { border-color: #14F2DB; }
span { border-color: rgb(20,242,219); }
td.TdClassName
{
border-color: #14F2DB;
}
.TagClassName
{
border-color: #14F2DB;
}
</style>