Shades of Bright Turquoise #14EEE7
Tints of Bright Turquoise #14EEE7
RGB
CMYK
RGB Variations
Color information
#14EEE7 (or 0x14EEE7) is known color: Bright Turquoise. HEX triplet: 14, EE and E7. RGB value is (20,238,231). Sum of RGB (Red+Green+Blue) = 20+238+231=489 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.09% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #14EEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EEE7 is #EB1118. Grayscale: #ABABAB. Windows color (decimal): -15405337 or 15199764. OLE color: 15199764.
HSL color Cylindrical-coordinate representation of color #14EEE7: hue angle of 178.07º 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 #14EEE7 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 231 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.07 |
| HSL | 178.07º | 0.87% | 0.51% | - |
| HSV(B) | 178.07º | 0.92% | 0.93% | - |
| XYZ | 45.29 | 67.07 | 86.16 | - |
| YUV | 172.02 | 161.28 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 231 | 0.92 | 0 | 0.03 | 0.07 | 178.07 | 0.87 | 0.51 |
| Hex | 14 | EE | E7 | 5C | 0 | 3 | 7 | B2 | 57 | 33 |
| Octal | 24 | 356 | 347 | 134 | 0 | 3 | 7 | 262 | 127 | 63 |
| Binary | 10100 | 11101110 | 11100111 | 1011100 | 0 | 11 | 111 | 10110010 | 1010111 | 110011 |
Color Harmonies of #14EEE7
Complementary color
Monochromatic Colors of #14EEE7
Black with #14EEE7
Text Example
Text Example
White with #14EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EEE7; }
p { color: rgb(20,238,231); }
H1.HeaderClassName
{
color: #14EEE7;
}
.AnyTagClassName
{
color: #14EEE7;
}
</style>
background-color css
<style>
a { background-color: #14EEE7; }
a { background-color: rgb(20,238,231); }
div.DivClassName
{
background-color: #14EEE7;
}
.BgClassName
{
background-color: #14EEE7;
}
</style>
border-color css
<style>
span { border-color: #14EEE7; }
span { border-color: rgb(20,238,231); }
td.TdClassName
{
border-color: #14EEE7;
}
.TagClassName
{
border-color: #14EEE7;
}
</style>