Shades of Bright Turquoise #14F2D5
Tints of Bright Turquoise #14F2D5
RGB
CMYK
RGB Variations
Color information
#14F2D5 (or 0x14F2D5) is known color: Bright Turquoise. HEX triplet: 14, F2 and D5. RGB value is (20,242,213). Sum of RGB (Red+Green+Blue) = 20+242+213=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F2D5 is #EB0D2A. Grayscale: #ACACAC. Windows color (decimal): -15404331 or 14021140. OLE color: 14021140.
HSL color Cylindrical-coordinate representation of color #14F2D5: hue angle of 172.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2D5 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 213 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.05 |
| HSL | 172.16º | 0.9% | 0.51% | - |
| HSV(B) | 172.16º | 0.92% | 0.95% | - |
| XYZ | 44.05 | 68.46 | 73.84 | - |
| YUV | 172.32 | 150.95 | 19.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 213 | 0.92 | 0 | 0.12 | 0.05 | 172.16 | 0.9 | 0.51 |
| Hex | 14 | F2 | D5 | 5C | 0 | C | 5 | AC | 5A | 33 |
| Octal | 24 | 362 | 325 | 134 | 0 | 14 | 5 | 254 | 132 | 63 |
| Binary | 10100 | 11110010 | 11010101 | 1011100 | 0 | 1100 | 101 | 10101100 | 1011010 | 110011 |
Color Harmonies of #14F2D5
Complementary color
Monochromatic Colors of #14F2D5
Black with #14F2D5
Text Example
Text Example
White with #14F2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2D5; }
p { color: rgb(20,242,213); }
H1.HeaderClassName
{
color: #14F2D5;
}
.AnyTagClassName
{
color: #14F2D5;
}
</style>
background-color css
<style>
a { background-color: #14F2D5; }
a { background-color: rgb(20,242,213); }
div.DivClassName
{
background-color: #14F2D5;
}
.BgClassName
{
background-color: #14F2D5;
}
</style>
border-color css
<style>
span { border-color: #14F2D5; }
span { border-color: rgb(20,242,213); }
td.TdClassName
{
border-color: #14F2D5;
}
.TagClassName
{
border-color: #14F2D5;
}
</style>