Shades of Dark Turquoise #14CFDE
Tints of Dark Turquoise #14CFDE
RGB
CMYK
RGB Variations
Color information
#14CFDE (or 0x14CFDE) is known color: Dark Turquoise. HEX triplet: 14, CF and DE. RGB value is (20,207,222). Sum of RGB (Red+Green+Blue) = 20+207+222=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #14CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFDE is #EB3021. Grayscale: #989898. Windows color (decimal): -15413282 or 14602004. OLE color: 14602004.
HSL color Cylindrical-coordinate representation of color #14CFDE: hue angle of 184.46º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CFDE is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 207 | 222 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.13 |
| HSL | 184.46º | 0.83% | 0.47% | - |
| HSV(B) | 184.46º | 0.91% | 0.87% | - |
| XYZ | 35.79 | 50.05 | 76.88 | - |
| YUV | 152.8 | 167.05 | 33.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 222 | 0.91 | 0.07 | 0 | 0.13 | 184.46 | 0.83 | 0.47 |
| Hex | 14 | CF | DE | 5B | 7 | 0 | D | B8 | 53 | 2F |
| Octal | 24 | 317 | 336 | 133 | 7 | 0 | 15 | 270 | 123 | 57 |
| Binary | 10100 | 11001111 | 11011110 | 1011011 | 111 | 0 | 1101 | 10111000 | 1010011 | 101111 |
Color Harmonies of #14CFDE
Complementary color
Monochromatic Colors of #14CFDE
Black with #14CFDE
Text Example
Text Example
White with #14CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFDE; }
p { color: rgb(20,207,222); }
H1.HeaderClassName
{
color: #14CFDE;
}
.AnyTagClassName
{
color: #14CFDE;
}
</style>
background-color css
<style>
a { background-color: #14CFDE; }
a { background-color: rgb(20,207,222); }
div.DivClassName
{
background-color: #14CFDE;
}
.BgClassName
{
background-color: #14CFDE;
}
</style>
border-color css
<style>
span { border-color: #14CFDE; }
span { border-color: rgb(20,207,222); }
td.TdClassName
{
border-color: #14CFDE;
}
.TagClassName
{
border-color: #14CFDE;
}
</style>