Shades of Bright Turquoise #14F3C8
Tints of Bright Turquoise #14F3C8
RGB
CMYK
RGB Variations
Color information
#14F3C8 (or 0x14F3C8) is known color: Bright Turquoise. HEX triplet: 14, F3 and C8. RGB value is (20,243,200). Sum of RGB (Red+Green+Blue) = 20+243+200=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #14F3C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F3C8 is #EB0C37. Grayscale: #ABABAB. Windows color (decimal): -15404088 or 13169428. OLE color: 13169428.
HSL color Cylindrical-coordinate representation of color #14F3C8: hue angle of 168.43º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F3C8 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 200 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.05 |
| HSL | 168.43º | 0.9% | 0.52% | - |
| HSV(B) | 168.43º | 0.92% | 0.95% | - |
| XYZ | 42.76 | 68.42 | 65.6 | - |
| YUV | 171.42 | 144.12 | 20 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 200 | 0.92 | 0 | 0.18 | 0.05 | 168.43 | 0.9 | 0.52 |
| Hex | 14 | F3 | C8 | 5C | 0 | 12 | 5 | A8 | 5A | 34 |
| Octal | 24 | 363 | 310 | 134 | 0 | 22 | 5 | 250 | 132 | 64 |
| Binary | 10100 | 11110011 | 11001000 | 1011100 | 0 | 10010 | 101 | 10101000 | 1011010 | 110100 |
Color Harmonies of #14F3C8
Complementary color
Monochromatic Colors of #14F3C8
Black with #14F3C8
Text Example
Text Example
White with #14F3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F3C8; }
p { color: rgb(20,243,200); }
H1.HeaderClassName
{
color: #14F3C8;
}
.AnyTagClassName
{
color: #14F3C8;
}
</style>
background-color css
<style>
a { background-color: #14F3C8; }
a { background-color: rgb(20,243,200); }
div.DivClassName
{
background-color: #14F3C8;
}
.BgClassName
{
background-color: #14F3C8;
}
</style>
border-color css
<style>
span { border-color: #14F3C8; }
span { border-color: rgb(20,243,200); }
td.TdClassName
{
border-color: #14F3C8;
}
.TagClassName
{
border-color: #14F3C8;
}
</style>