Shades of Bright Turquoise #14F2EE
Tints of Bright Turquoise #14F2EE
RGB
CMYK
RGB Variations
Color information
#14F2EE (or 0x14F2EE) is known color: Bright Turquoise. HEX triplet: 14, F2 and EE. RGB value is (20,242,238). Sum of RGB (Red+Green+Blue) = 20+242+238=500 (66% of max value = 765). Red value is 20 (8.20% from 255 or 4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F2EE is #EB0D11. Grayscale: #AEAEAE. Windows color (decimal): -15404306 or 15659540. OLE color: 15659540.
HSL color Cylindrical-coordinate representation of color #14F2EE: hue angle of 178.92º 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 #14F2EE is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 238 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.05 |
| HSL | 178.92º | 0.9% | 0.51% | - |
| HSV(B) | 178.92º | 0.92% | 0.95% | - |
| XYZ | 47.47 | 69.83 | 91.86 | - |
| YUV | 175.17 | 163.45 | 17.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 238 | 0.92 | 0 | 0.02 | 0.05 | 178.92 | 0.9 | 0.51 |
| Hex | 14 | F2 | EE | 5C | 0 | 2 | 5 | B3 | 5A | 33 |
| Octal | 24 | 362 | 356 | 134 | 0 | 2 | 5 | 263 | 132 | 63 |
| Binary | 10100 | 11110010 | 11101110 | 1011100 | 0 | 10 | 101 | 10110011 | 1011010 | 110011 |
Color Harmonies of #14F2EE
Complementary color
Monochromatic Colors of #14F2EE
Black with #14F2EE
Text Example
Text Example
White with #14F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2EE; }
p { color: rgb(20,242,238); }
H1.HeaderClassName
{
color: #14F2EE;
}
.AnyTagClassName
{
color: #14F2EE;
}
</style>
background-color css
<style>
a { background-color: #14F2EE; }
a { background-color: rgb(20,242,238); }
div.DivClassName
{
background-color: #14F2EE;
}
.BgClassName
{
background-color: #14F2EE;
}
</style>
border-color css
<style>
span { border-color: #14F2EE; }
span { border-color: rgb(20,242,238); }
td.TdClassName
{
border-color: #14F2EE;
}
.TagClassName
{
border-color: #14F2EE;
}
</style>