Shades of Bright Turquoise #14F2E6
Tints of Bright Turquoise #14F2E6
RGB
CMYK
RGB Variations
Color information
#14F2E6 (or 0x14F2E6) is known color: Bright Turquoise. HEX triplet: 14, F2 and E6. RGB value is (20,242,230). Sum of RGB (Red+Green+Blue) = 20+242+230=492 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F2E6 is #EB0D19. Grayscale: #AEAEAE. Windows color (decimal): -15404314 or 15135252. OLE color: 15135252.
HSL color Cylindrical-coordinate representation of color #14F2E6: hue angle of 176.76º 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 #14F2E6 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 230 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.05 |
| HSL | 176.76º | 0.9% | 0.51% | - |
| HSV(B) | 176.76º | 0.92% | 0.95% | - |
| XYZ | 46.32 | 69.37 | 85.81 | - |
| YUV | 174.25 | 159.45 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 230 | 0.92 | 0 | 0.05 | 0.05 | 176.76 | 0.9 | 0.51 |
| Hex | 14 | F2 | E6 | 5C | 0 | 5 | 5 | B1 | 5A | 33 |
| Octal | 24 | 362 | 346 | 134 | 0 | 5 | 5 | 261 | 132 | 63 |
| Binary | 10100 | 11110010 | 11100110 | 1011100 | 0 | 101 | 101 | 10110001 | 1011010 | 110011 |
Color Harmonies of #14F2E6
Complementary color
Monochromatic Colors of #14F2E6
Black with #14F2E6
Text Example
Text Example
White with #14F2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2E6; }
p { color: rgb(20,242,230); }
H1.HeaderClassName
{
color: #14F2E6;
}
.AnyTagClassName
{
color: #14F2E6;
}
</style>
background-color css
<style>
a { background-color: #14F2E6; }
a { background-color: rgb(20,242,230); }
div.DivClassName
{
background-color: #14F2E6;
}
.BgClassName
{
background-color: #14F2E6;
}
</style>
border-color css
<style>
span { border-color: #14F2E6; }
span { border-color: rgb(20,242,230); }
td.TdClassName
{
border-color: #14F2E6;
}
.TagClassName
{
border-color: #14F2E6;
}
</style>