Shades of Bright Turquoise #16DEE6
Tints of Bright Turquoise #16DEE6
RGB
CMYK
RGB Variations
Color information
#16DEE6 (or 0x16DEE6) is known color: Bright Turquoise. HEX triplet: 16, DE and E6. RGB value is (22,222,230). Sum of RGB (Red+Green+Blue) = 22+222+230=474 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.64% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #16DEE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DEE6 is #E92119. Grayscale: #A2A2A2. Windows color (decimal): -15278362 or 15130134. OLE color: 15130134.
HSL color Cylindrical-coordinate representation of color #16DEE6: hue angle of 182.31º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DEE6 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 222 | 230 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.10 |
| HSL | 182.31º | 0.83% | 0.49% | - |
| HSV(B) | 182.31º | 0.9% | 0.9% | - |
| XYZ | 40.74 | 58.13 | 83.94 | - |
| YUV | 163.11 | 165.74 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 222 | 230 | 0.90 | 0.03 | 0 | 0.10 | 182.31 | 0.83 | 0.49 |
| Hex | 16 | DE | E6 | 5A | 3 | 0 | A | B6 | 53 | 31 |
| Octal | 26 | 336 | 346 | 132 | 3 | 0 | 12 | 266 | 123 | 61 |
| Binary | 10110 | 11011110 | 11100110 | 1011010 | 11 | 0 | 1010 | 10110110 | 1010011 | 110001 |
Color Harmonies of #16DEE6
Complementary color
Monochromatic Colors of #16DEE6
Black with #16DEE6
Text Example
Text Example
White with #16DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DEE6; }
p { color: rgb(22,222,230); }
H1.HeaderClassName
{
color: #16DEE6;
}
.AnyTagClassName
{
color: #16DEE6;
}
</style>
background-color css
<style>
a { background-color: #16DEE6; }
a { background-color: rgb(22,222,230); }
div.DivClassName
{
background-color: #16DEE6;
}
.BgClassName
{
background-color: #16DEE6;
}
</style>
border-color css
<style>
span { border-color: #16DEE6; }
span { border-color: rgb(22,222,230); }
td.TdClassName
{
border-color: #16DEE6;
}
.TagClassName
{
border-color: #16DEE6;
}
</style>