Shades of Bright Turquoise #14FFDB
Tints of Bright Turquoise #14FFDB
RGB
CMYK
RGB Variations
Color information
#14FFDB (or 0x14FFDB) is known color: Bright Turquoise. HEX triplet: 14, FF and DB. RGB value is (20,255,219). Sum of RGB (Red+Green+Blue) = 20+255+219=494 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.05% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFDB is #EB0024. Grayscale: #B4B4B4. Windows color (decimal): -15400997 or 14417684. OLE color: 14417684.
HSL color Cylindrical-coordinate representation of color #14FFDB: hue angle of 170.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFDB is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 219 | - |
| CMYK | 0.92 | 0 | 0.14 | 0 |
| HSL | 170.81º | 1% | 0.54% | - |
| HSV(B) | 170.81º | 0.92% | 1% | - |
| XYZ | 48.83 | 76.78 | 79.26 | - |
| YUV | 180.63 | 149.64 | 13.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 219 | 0.92 | 0 | 0.14 | 0 | 170.81 | 1 | 0.54 |
| Hex | 14 | FF | DB | 5C | 0 | E | 0 | AB | 64 | 36 |
| Octal | 24 | 377 | 333 | 134 | 0 | 16 | 0 | 253 | 144 | 66 |
| Binary | 10100 | 11111111 | 11011011 | 1011100 | 0 | 1110 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #14FFDB
Complementary color
Monochromatic Colors of #14FFDB
Black with #14FFDB
Text Example
Text Example
White with #14FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFDB; }
p { color: rgb(20,255,219); }
H1.HeaderClassName
{
color: #14FFDB;
}
.AnyTagClassName
{
color: #14FFDB;
}
</style>
background-color css
<style>
a { background-color: #14FFDB; }
a { background-color: rgb(20,255,219); }
div.DivClassName
{
background-color: #14FFDB;
}
.BgClassName
{
background-color: #14FFDB;
}
</style>
border-color css
<style>
span { border-color: #14FFDB; }
span { border-color: rgb(20,255,219); }
td.TdClassName
{
border-color: #14FFDB;
}
.TagClassName
{
border-color: #14FFDB;
}
</style>