Shades of Bright Turquoise #14DAE3
Tints of Bright Turquoise #14DAE3
RGB
CMYK
RGB Variations
Color information
#14DAE3 (or 0x14DAE3) is known color: Bright Turquoise. HEX triplet: 14, DA and E3. RGB value is (20,218,227). Sum of RGB (Red+Green+Blue) = 20+218+227=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #14DAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAE3 is #EB251C. Grayscale: #9F9F9F. Windows color (decimal): -15410461 or 14932500. OLE color: 14932500.
HSL color Cylindrical-coordinate representation of color #14DAE3: hue angle of 182.61º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DAE3 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 218 | 227 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.11 |
| HSL | 182.61º | 0.84% | 0.48% | - |
| HSV(B) | 182.61º | 0.91% | 0.89% | - |
| XYZ | 39.23 | 55.84 | 81.38 | - |
| YUV | 159.82 | 165.9 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 227 | 0.91 | 0.04 | 0 | 0.11 | 182.61 | 0.84 | 0.48 |
| Hex | 14 | DA | E3 | 5B | 4 | 0 | B | B7 | 54 | 30 |
| Octal | 24 | 332 | 343 | 133 | 4 | 0 | 13 | 267 | 124 | 60 |
| Binary | 10100 | 11011010 | 11100011 | 1011011 | 100 | 0 | 1011 | 10110111 | 1010100 | 110000 |
Color Harmonies of #14DAE3
Complementary color
Monochromatic Colors of #14DAE3
Black with #14DAE3
Text Example
Text Example
White with #14DAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DAE3; }
p { color: rgb(20,218,227); }
H1.HeaderClassName
{
color: #14DAE3;
}
.AnyTagClassName
{
color: #14DAE3;
}
</style>
background-color css
<style>
a { background-color: #14DAE3; }
a { background-color: rgb(20,218,227); }
div.DivClassName
{
background-color: #14DAE3;
}
.BgClassName
{
background-color: #14DAE3;
}
</style>
border-color css
<style>
span { border-color: #14DAE3; }
span { border-color: rgb(20,218,227); }
td.TdClassName
{
border-color: #14DAE3;
}
.TagClassName
{
border-color: #14DAE3;
}
</style>