Shades of Bright Turquoise #14DBCF
Tints of Bright Turquoise #14DBCF
RGB
CMYK
RGB Variations
Color information
#14DBCF (or 0x14DBCF) is known color: Bright Turquoise. HEX triplet: 14, DB and CF. RGB value is (20,219,207). Sum of RGB (Red+Green+Blue) = 20+219+207=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBCF is #EB2430. Grayscale: #9D9D9D. Windows color (decimal): -15410225 or 13622036. OLE color: 13622036.
HSL color Cylindrical-coordinate representation of color #14DBCF: hue angle of 176.38º 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 #14DBCF is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 207 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.14 |
| HSL | 176.38º | 0.83% | 0.47% | - |
| HSV(B) | 176.38º | 0.91% | 0.86% | - |
| XYZ | 36.88 | 55.32 | 67.76 | - |
| YUV | 158.13 | 155.57 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 207 | 0.91 | 0 | 0.05 | 0.14 | 176.38 | 0.83 | 0.47 |
| Hex | 14 | DB | CF | 5B | 0 | 5 | E | B0 | 53 | 2F |
| Octal | 24 | 333 | 317 | 133 | 0 | 5 | 16 | 260 | 123 | 57 |
| Binary | 10100 | 11011011 | 11001111 | 1011011 | 0 | 101 | 1110 | 10110000 | 1010011 | 101111 |
Color Harmonies of #14DBCF
Complementary color
Monochromatic Colors of #14DBCF
Black with #14DBCF
Text Example
Text Example
White with #14DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBCF; }
p { color: rgb(20,219,207); }
H1.HeaderClassName
{
color: #14DBCF;
}
.AnyTagClassName
{
color: #14DBCF;
}
</style>
background-color css
<style>
a { background-color: #14DBCF; }
a { background-color: rgb(20,219,207); }
div.DivClassName
{
background-color: #14DBCF;
}
.BgClassName
{
background-color: #14DBCF;
}
</style>
border-color css
<style>
span { border-color: #14DBCF; }
span { border-color: rgb(20,219,207); }
td.TdClassName
{
border-color: #14DBCF;
}
.TagClassName
{
border-color: #14DBCF;
}
</style>