Shades of Dark Turquoise #14CEDF
Tints of Dark Turquoise #14CEDF
RGB
CMYK
RGB Variations
Color information
#14CEDF (or 0x14CEDF) is known color: Dark Turquoise. HEX triplet: 14, CE and DF. RGB value is (20,206,223). Sum of RGB (Red+Green+Blue) = 20+206+223=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #14CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEDF is #EB3120. Grayscale: #989898. Windows color (decimal): -15413537 or 14667284. OLE color: 14667284.
HSL color Cylindrical-coordinate representation of color #14CEDF: hue angle of 185.02º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CEDF is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 206 | 223 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.13 |
| HSL | 185.02º | 0.84% | 0.48% | - |
| HSV(B) | 185.02º | 0.91% | 0.87% | - |
| XYZ | 35.68 | 49.62 | 77.51 | - |
| YUV | 152.32 | 167.88 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 223 | 0.91 | 0.08 | 0 | 0.13 | 185.02 | 0.84 | 0.48 |
| Hex | 14 | CE | DF | 5B | 8 | 0 | D | B9 | 54 | 30 |
| Octal | 24 | 316 | 337 | 133 | 10 | 0 | 15 | 271 | 124 | 60 |
| Binary | 10100 | 11001110 | 11011111 | 1011011 | 1000 | 0 | 1101 | 10111001 | 1010100 | 110000 |
Color Harmonies of #14CEDF
Complementary color
Monochromatic Colors of #14CEDF
Black with #14CEDF
Text Example
Text Example
White with #14CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEDF; }
p { color: rgb(20,206,223); }
H1.HeaderClassName
{
color: #14CEDF;
}
.AnyTagClassName
{
color: #14CEDF;
}
</style>
background-color css
<style>
a { background-color: #14CEDF; }
a { background-color: rgb(20,206,223); }
div.DivClassName
{
background-color: #14CEDF;
}
.BgClassName
{
background-color: #14CEDF;
}
</style>
border-color css
<style>
span { border-color: #14CEDF; }
span { border-color: rgb(20,206,223); }
td.TdClassName
{
border-color: #14CEDF;
}
.TagClassName
{
border-color: #14CEDF;
}
</style>