Shades of Bright Turquoise #14EEC3
Tints of Bright Turquoise #14EEC3
RGB
CMYK
RGB Variations
Color information
#14EEC3 (or 0x14EEC3) is known color: Bright Turquoise. HEX triplet: 14, EE and C3. RGB value is (20,238,195). Sum of RGB (Red+Green+Blue) = 20+238+195=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #14EEC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EEC3 is #EB113C. Grayscale: #A7A7A7. Windows color (decimal): -15405373 or 12840468. OLE color: 12840468.
HSL color Cylindrical-coordinate representation of color #14EEC3: hue angle of 168.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EEC3 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 195 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.07 |
| HSL | 168.17º | 0.87% | 0.51% | - |
| HSV(B) | 168.17º | 0.92% | 0.93% | - |
| XYZ | 40.71 | 65.24 | 62.08 | - |
| YUV | 167.92 | 143.28 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 195 | 0.92 | 0 | 0.18 | 0.07 | 168.17 | 0.87 | 0.51 |
| Hex | 14 | EE | C3 | 5C | 0 | 12 | 7 | A8 | 57 | 33 |
| Octal | 24 | 356 | 303 | 134 | 0 | 22 | 7 | 250 | 127 | 63 |
| Binary | 10100 | 11101110 | 11000011 | 1011100 | 0 | 10010 | 111 | 10101000 | 1010111 | 110011 |
Color Harmonies of #14EEC3
Complementary color
Monochromatic Colors of #14EEC3
Black with #14EEC3
Text Example
Text Example
White with #14EEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EEC3; }
p { color: rgb(20,238,195); }
H1.HeaderClassName
{
color: #14EEC3;
}
.AnyTagClassName
{
color: #14EEC3;
}
</style>
background-color css
<style>
a { background-color: #14EEC3; }
a { background-color: rgb(20,238,195); }
div.DivClassName
{
background-color: #14EEC3;
}
.BgClassName
{
background-color: #14EEC3;
}
</style>
border-color css
<style>
span { border-color: #14EEC3; }
span { border-color: rgb(20,238,195); }
td.TdClassName
{
border-color: #14EEC3;
}
.TagClassName
{
border-color: #14EEC3;
}
</style>