Shades of Dark Turquoise #14CFDA
Tints of Dark Turquoise #14CFDA
RGB
CMYK
RGB Variations
Color information
#14CFDA (or 0x14CFDA) is known color: Dark Turquoise. HEX triplet: 14, CF and DA. RGB value is (20,207,218). Sum of RGB (Red+Green+Blue) = 20+207+218=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #14CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFDA is #EB3025. Grayscale: #989898. Windows color (decimal): -15413286 or 14339860. OLE color: 14339860.
HSL color Cylindrical-coordinate representation of color #14CFDA: hue angle of 183.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CFDA is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 207 | 218 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.15 |
| HSL | 183.33º | 0.83% | 0.47% | - |
| HSV(B) | 183.33º | 0.91% | 0.85% | - |
| XYZ | 35.26 | 49.84 | 74.09 | - |
| YUV | 152.34 | 165.05 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 218 | 0.91 | 0.05 | 0 | 0.15 | 183.33 | 0.83 | 0.47 |
| Hex | 14 | CF | DA | 5B | 5 | 0 | F | B7 | 53 | 2F |
| Octal | 24 | 317 | 332 | 133 | 5 | 0 | 17 | 267 | 123 | 57 |
| Binary | 10100 | 11001111 | 11011010 | 1011011 | 101 | 0 | 1111 | 10110111 | 1010011 | 101111 |
Color Harmonies of #14CFDA
Complementary color
Monochromatic Colors of #14CFDA
Black with #14CFDA
Text Example
Text Example
White with #14CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFDA; }
p { color: rgb(20,207,218); }
H1.HeaderClassName
{
color: #14CFDA;
}
.AnyTagClassName
{
color: #14CFDA;
}
</style>
background-color css
<style>
a { background-color: #14CFDA; }
a { background-color: rgb(20,207,218); }
div.DivClassName
{
background-color: #14CFDA;
}
.BgClassName
{
background-color: #14CFDA;
}
</style>
border-color css
<style>
span { border-color: #14CFDA; }
span { border-color: rgb(20,207,218); }
td.TdClassName
{
border-color: #14CFDA;
}
.TagClassName
{
border-color: #14CFDA;
}
</style>