Shades of Dark Turquoise #14CFE9
Tints of Dark Turquoise #14CFE9
RGB
CMYK
RGB Variations
Color information
#14CFE9 (or 0x14CFE9) is known color: Dark Turquoise. HEX triplet: 14, CF and E9. RGB value is (20,207,233). Sum of RGB (Red+Green+Blue) = 20+207+233=460 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.35% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #14CFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CFE9 is #EB3016. Grayscale: #999999. Windows color (decimal): -15413271 or 15322900. OLE color: 15322900.
HSL color Cylindrical-coordinate representation of color #14CFE9: hue angle of 187.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CFE9 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 207 | 233 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.09 |
| HSL | 187.32º | 0.84% | 0.5% | - |
| HSV(B) | 187.32º | 0.91% | 0.91% | - |
| XYZ | 37.31 | 50.66 | 84.9 | - |
| YUV | 154.05 | 172.55 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 233 | 0.91 | 0.11 | 0 | 0.09 | 187.32 | 0.84 | 0.5 |
| Hex | 14 | CF | E9 | 5B | B | 0 | 9 | BB | 54 | 32 |
| Octal | 24 | 317 | 351 | 133 | 13 | 0 | 11 | 273 | 124 | 62 |
| Binary | 10100 | 11001111 | 11101001 | 1011011 | 1011 | 0 | 1001 | 10111011 | 1010100 | 110010 |
Color Harmonies of #14CFE9
Complementary color
Monochromatic Colors of #14CFE9
Black with #14CFE9
Text Example
Text Example
White with #14CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFE9; }
p { color: rgb(20,207,233); }
H1.HeaderClassName
{
color: #14CFE9;
}
.AnyTagClassName
{
color: #14CFE9;
}
</style>
background-color css
<style>
a { background-color: #14CFE9; }
a { background-color: rgb(20,207,233); }
div.DivClassName
{
background-color: #14CFE9;
}
.BgClassName
{
background-color: #14CFE9;
}
</style>
border-color css
<style>
span { border-color: #14CFE9; }
span { border-color: rgb(20,207,233); }
td.TdClassName
{
border-color: #14CFE9;
}
.TagClassName
{
border-color: #14CFE9;
}
</style>