Shades of Bright Turquoise #14FFDA
Tints of Bright Turquoise #14FFDA
RGB
CMYK
RGB Variations
Color information
#14FFDA (or 0x14FFDA) is known color: Bright Turquoise. HEX triplet: 14, FF and DA. RGB value is (20,255,218). Sum of RGB (Red+Green+Blue) = 20+255+218=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFDA is #EB0025. Grayscale: #B4B4B4. Windows color (decimal): -15400998 or 14352148. OLE color: 14352148.
HSL color Cylindrical-coordinate representation of color #14FFDA: hue angle of 170.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFDA is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 218 | - |
| CMYK | 0.92 | 0 | 0.15 | 0 |
| HSL | 170.55º | 1% | 0.54% | - |
| HSV(B) | 170.55º | 0.92% | 1% | - |
| XYZ | 48.7 | 76.73 | 78.57 | - |
| YUV | 180.52 | 149.14 | 13.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 218 | 0.92 | 0 | 0.15 | 0 | 170.55 | 1 | 0.54 |
| Hex | 14 | FF | DA | 5C | 0 | F | 0 | AB | 64 | 36 |
| Octal | 24 | 377 | 332 | 134 | 0 | 17 | 0 | 253 | 144 | 66 |
| Binary | 10100 | 11111111 | 11011010 | 1011100 | 0 | 1111 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #14FFDA
Complementary color
Monochromatic Colors of #14FFDA
Black with #14FFDA
Text Example
Text Example
White with #14FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFDA; }
p { color: rgb(20,255,218); }
H1.HeaderClassName
{
color: #14FFDA;
}
.AnyTagClassName
{
color: #14FFDA;
}
</style>
background-color css
<style>
a { background-color: #14FFDA; }
a { background-color: rgb(20,255,218); }
div.DivClassName
{
background-color: #14FFDA;
}
.BgClassName
{
background-color: #14FFDA;
}
</style>
border-color css
<style>
span { border-color: #14FFDA; }
span { border-color: rgb(20,255,218); }
td.TdClassName
{
border-color: #14FFDA;
}
.TagClassName
{
border-color: #14FFDA;
}
</style>