Shades of Bright Turquoise #16EECF
Tints of Bright Turquoise #16EECF
RGB
CMYK
RGB Variations
Color information
#16EECF (or 0x16EECF) is known color: Bright Turquoise. HEX triplet: 16, EE and CF. RGB value is (22,238,207). Sum of RGB (Red+Green+Blue) = 22+238+207=467 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.71% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #16EECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EECF is #E91130. Grayscale: #A9A9A9. Windows color (decimal): -15274289 or 13626902. OLE color: 13626902.
HSL color Cylindrical-coordinate representation of color #16EECF: hue angle of 171.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 #16EECF is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 238 | 207 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.07 |
| HSL | 171.39º | 0.86% | 0.51% | - |
| HSV(B) | 171.39º | 0.91% | 0.93% | - |
| XYZ | 42.17 | 65.82 | 69.51 | - |
| YUV | 169.88 | 148.94 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 238 | 207 | 0.91 | 0 | 0.13 | 0.07 | 171.39 | 0.86 | 0.51 |
| Hex | 16 | EE | CF | 5B | 0 | D | 7 | AB | 56 | 33 |
| Octal | 26 | 356 | 317 | 133 | 0 | 15 | 7 | 253 | 126 | 63 |
| Binary | 10110 | 11101110 | 11001111 | 1011011 | 0 | 1101 | 111 | 10101011 | 1010110 | 110011 |
Color Harmonies of #16EECF
Complementary color
Monochromatic Colors of #16EECF
Black with #16EECF
Text Example
Text Example
White with #16EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EECF; }
p { color: rgb(22,238,207); }
H1.HeaderClassName
{
color: #16EECF;
}
.AnyTagClassName
{
color: #16EECF;
}
</style>
background-color css
<style>
a { background-color: #16EECF; }
a { background-color: rgb(22,238,207); }
div.DivClassName
{
background-color: #16EECF;
}
.BgClassName
{
background-color: #16EECF;
}
</style>
border-color css
<style>
span { border-color: #16EECF; }
span { border-color: rgb(22,238,207); }
td.TdClassName
{
border-color: #16EECF;
}
.TagClassName
{
border-color: #16EECF;
}
</style>