Shades of Dark Turquoise #14CFDF
Tints of Dark Turquoise #14CFDF
RGB
CMYK
RGB Variations
Color information
#14CFDF (or 0x14CFDF) is known color: Dark Turquoise. HEX triplet: 14, CF and DF. RGB value is (20,207,223). Sum of RGB (Red+Green+Blue) = 20+207+223=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #14CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFDF is #EB3020. Grayscale: #989898. Windows color (decimal): -15413281 or 14667540. OLE color: 14667540.
HSL color Cylindrical-coordinate representation of color #14CFDF: hue angle of 184.73º 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 #14CFDF is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 207 | 223 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.13 |
| HSL | 184.73º | 0.84% | 0.48% | - |
| HSV(B) | 184.73º | 0.91% | 0.87% | - |
| XYZ | 35.92 | 50.1 | 77.59 | - |
| YUV | 152.91 | 167.55 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 223 | 0.91 | 0.07 | 0 | 0.13 | 184.73 | 0.84 | 0.48 |
| Hex | 14 | CF | DF | 5B | 7 | 0 | D | B9 | 54 | 30 |
| Octal | 24 | 317 | 337 | 133 | 7 | 0 | 15 | 271 | 124 | 60 |
| Binary | 10100 | 11001111 | 11011111 | 1011011 | 111 | 0 | 1101 | 10111001 | 1010100 | 110000 |
Color Harmonies of #14CFDF
Complementary color
Monochromatic Colors of #14CFDF
Black with #14CFDF
Text Example
Text Example
White with #14CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFDF; }
p { color: rgb(20,207,223); }
H1.HeaderClassName
{
color: #14CFDF;
}
.AnyTagClassName
{
color: #14CFDF;
}
</style>
background-color css
<style>
a { background-color: #14CFDF; }
a { background-color: rgb(20,207,223); }
div.DivClassName
{
background-color: #14CFDF;
}
.BgClassName
{
background-color: #14CFDF;
}
</style>
border-color css
<style>
span { border-color: #14CFDF; }
span { border-color: rgb(20,207,223); }
td.TdClassName
{
border-color: #14CFDF;
}
.TagClassName
{
border-color: #14CFDF;
}
</style>