Shades of Bright Turquoise #16D7EE
Tints of Bright Turquoise #16D7EE
RGB
CMYK
RGB Variations
Color information
#16D7EE (or 0x16D7EE) is known color: Bright Turquoise. HEX triplet: 16, D7 and EE. RGB value is (22,215,238). Sum of RGB (Red+Green+Blue) = 22+215+238=475 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.63% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #16D7EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D7EE is #E92811. Grayscale: #9F9F9F. Windows color (decimal): -15280146 or 15652630. OLE color: 15652630.
HSL color Cylindrical-coordinate representation of color #16D7EE: hue angle of 186.39º 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 #16D7EE is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 215 | 238 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.07 |
| HSL | 186.39º | 0.86% | 0.51% | - |
| HSV(B) | 186.39º | 0.91% | 0.93% | - |
| XYZ | 40.06 | 54.94 | 89.38 | - |
| YUV | 159.92 | 172.06 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 215 | 238 | 0.91 | 0.10 | 0 | 0.07 | 186.39 | 0.86 | 0.51 |
| Hex | 16 | D7 | EE | 5B | A | 0 | 7 | BA | 56 | 33 |
| Octal | 26 | 327 | 356 | 133 | 12 | 0 | 7 | 272 | 126 | 63 |
| Binary | 10110 | 11010111 | 11101110 | 1011011 | 1010 | 0 | 111 | 10111010 | 1010110 | 110011 |
Color Harmonies of #16D7EE
Complementary color
Monochromatic Colors of #16D7EE
Black with #16D7EE
Text Example
Text Example
White with #16D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D7EE; }
p { color: rgb(22,215,238); }
H1.HeaderClassName
{
color: #16D7EE;
}
.AnyTagClassName
{
color: #16D7EE;
}
</style>
background-color css
<style>
a { background-color: #16D7EE; }
a { background-color: rgb(22,215,238); }
div.DivClassName
{
background-color: #16D7EE;
}
.BgClassName
{
background-color: #16D7EE;
}
</style>
border-color css
<style>
span { border-color: #16D7EE; }
span { border-color: rgb(22,215,238); }
td.TdClassName
{
border-color: #16D7EE;
}
.TagClassName
{
border-color: #16D7EE;
}
</style>