Shades of Bright Turquoise #14DEDF
Tints of Bright Turquoise #14DEDF
RGB
CMYK
RGB Variations
Color information
#14DEDF (or 0x14DEDF) is known color: Bright Turquoise. HEX triplet: 14, DE and DF. RGB value is (20,222,223). Sum of RGB (Red+Green+Blue) = 20+222+223=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #14DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DEDF is #EB2120. Grayscale: #A1A1A1. Windows color (decimal): -15409441 or 14671380. OLE color: 14671380.
HSL color Cylindrical-coordinate representation of color #14DEDF: hue angle of 180.3º 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 #14DEDF is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 223 | - |
| CMYK | 0.91 | 0.00 | 0 | 0.13 |
| HSL | 180.3º | 0.84% | 0.48% | - |
| HSV(B) | 180.3º | 0.91% | 0.87% | - |
| XYZ | 39.73 | 57.72 | 78.86 | - |
| YUV | 161.72 | 162.58 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 223 | 0.91 | 0.00 | 0 | 0.13 | 180.3 | 0.84 | 0.48 |
| Hex | 14 | DE | DF | 5B | 0 | 0 | D | B4 | 54 | 30 |
| Octal | 24 | 336 | 337 | 133 | 0 | 0 | 15 | 264 | 124 | 60 |
| Binary | 10100 | 11011110 | 11011111 | 1011011 | 0 | 0 | 1101 | 10110100 | 1010100 | 110000 |
Color Harmonies of #14DEDF
Complementary color
Monochromatic Colors of #14DEDF
Black with #14DEDF
Text Example
Text Example
White with #14DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DEDF; }
p { color: rgb(20,222,223); }
H1.HeaderClassName
{
color: #14DEDF;
}
.AnyTagClassName
{
color: #14DEDF;
}
</style>
background-color css
<style>
a { background-color: #14DEDF; }
a { background-color: rgb(20,222,223); }
div.DivClassName
{
background-color: #14DEDF;
}
.BgClassName
{
background-color: #14DEDF;
}
</style>
border-color css
<style>
span { border-color: #14DEDF; }
span { border-color: rgb(20,222,223); }
td.TdClassName
{
border-color: #14DEDF;
}
.TagClassName
{
border-color: #14DEDF;
}
</style>