Shades of Bright Turquoise #14DBDA
Tints of Bright Turquoise #14DBDA
RGB
CMYK
RGB Variations
Color information
#14DBDA (or 0x14DBDA) is known color: Bright Turquoise. HEX triplet: 14, DB and DA. RGB value is (20,219,218). Sum of RGB (Red+Green+Blue) = 20+219+218=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBDA is #EB2425. Grayscale: #9F9F9F. Windows color (decimal): -15410214 or 14342932. OLE color: 14342932.
HSL color Cylindrical-coordinate representation of color #14DBDA: hue angle of 179.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DBDA is Cyan = 0.91, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 218 | - |
| CMYK | 0.91 | 0 | 0.00 | 0.14 |
| HSL | 179.7º | 0.83% | 0.47% | - |
| HSV(B) | 179.7º | 0.91% | 0.86% | - |
| XYZ | 38.27 | 55.87 | 75.1 | - |
| YUV | 159.39 | 161.07 | 28.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 218 | 0.91 | 0 | 0.00 | 0.14 | 179.7 | 0.83 | 0.47 |
| Hex | 14 | DB | DA | 5B | 0 | 0 | E | B4 | 53 | 2F |
| Octal | 24 | 333 | 332 | 133 | 0 | 0 | 16 | 264 | 123 | 57 |
| Binary | 10100 | 11011011 | 11011010 | 1011011 | 0 | 0 | 1110 | 10110100 | 1010011 | 101111 |
Color Harmonies of #14DBDA
Complementary color
Monochromatic Colors of #14DBDA
Black with #14DBDA
Text Example
Text Example
White with #14DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBDA; }
p { color: rgb(20,219,218); }
H1.HeaderClassName
{
color: #14DBDA;
}
.AnyTagClassName
{
color: #14DBDA;
}
</style>
background-color css
<style>
a { background-color: #14DBDA; }
a { background-color: rgb(20,219,218); }
div.DivClassName
{
background-color: #14DBDA;
}
.BgClassName
{
background-color: #14DBDA;
}
</style>
border-color css
<style>
span { border-color: #14DBDA; }
span { border-color: rgb(20,219,218); }
td.TdClassName
{
border-color: #14DBDA;
}
.TagClassName
{
border-color: #14DBDA;
}
</style>