Shades of Bright Turquoise #16EEE7
Tints of Bright Turquoise #16EEE7
RGB
CMYK
RGB Variations
Color information
#16EEE7 (or 0x16EEE7) is known color: Bright Turquoise. HEX triplet: 16, EE and E7. RGB value is (22,238,231). Sum of RGB (Red+Green+Blue) = 22+238+231=491 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.48% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #16EEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EEE7 is #E91118. Grayscale: #ACACAC. Windows color (decimal): -15274265 or 15199766. OLE color: 15199766.
HSL color Cylindrical-coordinate representation of color #16EEE7: hue angle of 178.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EEE7 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 238 | 231 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.07 |
| HSL | 178.06º | 0.86% | 0.51% | - |
| HSV(B) | 178.06º | 0.91% | 0.93% | - |
| XYZ | 45.33 | 67.09 | 86.16 | - |
| YUV | 172.62 | 160.94 | 20.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 238 | 231 | 0.91 | 0 | 0.03 | 0.07 | 178.06 | 0.86 | 0.51 |
| Hex | 16 | EE | E7 | 5B | 0 | 3 | 7 | B2 | 56 | 33 |
| Octal | 26 | 356 | 347 | 133 | 0 | 3 | 7 | 262 | 126 | 63 |
| Binary | 10110 | 11101110 | 11100111 | 1011011 | 0 | 11 | 111 | 10110010 | 1010110 | 110011 |
Color Harmonies of #16EEE7
Complementary color
Monochromatic Colors of #16EEE7
Black with #16EEE7
Text Example
Text Example
White with #16EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EEE7; }
p { color: rgb(22,238,231); }
H1.HeaderClassName
{
color: #16EEE7;
}
.AnyTagClassName
{
color: #16EEE7;
}
</style>
background-color css
<style>
a { background-color: #16EEE7; }
a { background-color: rgb(22,238,231); }
div.DivClassName
{
background-color: #16EEE7;
}
.BgClassName
{
background-color: #16EEE7;
}
</style>
border-color css
<style>
span { border-color: #16EEE7; }
span { border-color: rgb(22,238,231); }
td.TdClassName
{
border-color: #16EEE7;
}
.TagClassName
{
border-color: #16EEE7;
}
</style>