Shades of Dark Turquoise #14CADB
Tints of Dark Turquoise #14CADB
RGB
CMYK
RGB Variations
Color information
#14CADB (or 0x14CADB) is known color: Dark Turquoise. HEX triplet: 14, CA and DB. RGB value is (20,202,219). Sum of RGB (Red+Green+Blue) = 20+202+219=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #14CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CADB is #EB3524. Grayscale: #959595. Windows color (decimal): -15414565 or 14404116. OLE color: 14404116.
HSL color Cylindrical-coordinate representation of color #14CADB: hue angle of 185.13º 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 #14CADB is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 202 | 219 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.14 |
| HSL | 185.13º | 0.83% | 0.47% | - |
| HSV(B) | 185.13º | 0.91% | 0.86% | - |
| XYZ | 34.2 | 47.5 | 74.38 | - |
| YUV | 149.52 | 167.2 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 219 | 0.91 | 0.08 | 0 | 0.14 | 185.13 | 0.83 | 0.47 |
| Hex | 14 | CA | DB | 5B | 8 | 0 | E | B9 | 53 | 2F |
| Octal | 24 | 312 | 333 | 133 | 10 | 0 | 16 | 271 | 123 | 57 |
| Binary | 10100 | 11001010 | 11011011 | 1011011 | 1000 | 0 | 1110 | 10111001 | 1010011 | 101111 |
Color Harmonies of #14CADB
Complementary color
Monochromatic Colors of #14CADB
Black with #14CADB
Text Example
Text Example
White with #14CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CADB; }
p { color: rgb(20,202,219); }
H1.HeaderClassName
{
color: #14CADB;
}
.AnyTagClassName
{
color: #14CADB;
}
</style>
background-color css
<style>
a { background-color: #14CADB; }
a { background-color: rgb(20,202,219); }
div.DivClassName
{
background-color: #14CADB;
}
.BgClassName
{
background-color: #14CADB;
}
</style>
border-color css
<style>
span { border-color: #14CADB; }
span { border-color: rgb(20,202,219); }
td.TdClassName
{
border-color: #14CADB;
}
.TagClassName
{
border-color: #14CADB;
}
</style>