Shades of Bright Turquoise #14D8DF
Tints of Bright Turquoise #14D8DF
RGB
CMYK
RGB Variations
Color information
#14D8DF (or 0x14D8DF) is known color: Bright Turquoise. HEX triplet: 14, D8 and DF. RGB value is (20,216,223). Sum of RGB (Red+Green+Blue) = 20+216+223=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #14D8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D8DF is #EB2720. Grayscale: #9D9D9D. Windows color (decimal): -15410977 or 14669844. OLE color: 14669844.
HSL color Cylindrical-coordinate representation of color #14D8DF: hue angle of 182.07º 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 #14D8DF is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 216 | 223 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.13 |
| HSL | 182.07º | 0.84% | 0.48% | - |
| HSV(B) | 182.07º | 0.91% | 0.87% | - |
| XYZ | 38.16 | 54.59 | 78.34 | - |
| YUV | 158.19 | 164.57 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 223 | 0.91 | 0.03 | 0 | 0.13 | 182.07 | 0.84 | 0.48 |
| Hex | 14 | D8 | DF | 5B | 3 | 0 | D | B6 | 54 | 30 |
| Octal | 24 | 330 | 337 | 133 | 3 | 0 | 15 | 266 | 124 | 60 |
| Binary | 10100 | 11011000 | 11011111 | 1011011 | 11 | 0 | 1101 | 10110110 | 1010100 | 110000 |
Color Harmonies of #14D8DF
Complementary color
Monochromatic Colors of #14D8DF
Black with #14D8DF
Text Example
Text Example
White with #14D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D8DF; }
p { color: rgb(20,216,223); }
H1.HeaderClassName
{
color: #14D8DF;
}
.AnyTagClassName
{
color: #14D8DF;
}
</style>
background-color css
<style>
a { background-color: #14D8DF; }
a { background-color: rgb(20,216,223); }
div.DivClassName
{
background-color: #14D8DF;
}
.BgClassName
{
background-color: #14D8DF;
}
</style>
border-color css
<style>
span { border-color: #14D8DF; }
span { border-color: rgb(20,216,223); }
td.TdClassName
{
border-color: #14D8DF;
}
.TagClassName
{
border-color: #14D8DF;
}
</style>