Shades of Dark Turquoise #16CFE4
Tints of Dark Turquoise #16CFE4
RGB
CMYK
RGB Variations
Color information
#16CFE4 (or 0x16CFE4) is known color: Dark Turquoise. HEX triplet: 16, CF and E4. RGB value is (22,207,228). Sum of RGB (Red+Green+Blue) = 22+207+228=457 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.81% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #16CFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CFE4 is #E9301B. Grayscale: #999999. Windows color (decimal): -15282204 or 14995222. OLE color: 14995222.
HSL color Cylindrical-coordinate representation of color #16CFE4: hue angle of 186.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CFE4 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 207 | 228 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.11 |
| HSL | 186.12º | 0.82% | 0.49% | - |
| HSV(B) | 186.12º | 0.9% | 0.89% | - |
| XYZ | 36.65 | 50.4 | 81.2 | - |
| YUV | 154.08 | 169.71 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 228 | 0.90 | 0.09 | 0 | 0.11 | 186.12 | 0.82 | 0.49 |
| Hex | 16 | CF | E4 | 5A | 9 | 0 | B | BA | 52 | 31 |
| Octal | 26 | 317 | 344 | 132 | 11 | 0 | 13 | 272 | 122 | 61 |
| Binary | 10110 | 11001111 | 11100100 | 1011010 | 1001 | 0 | 1011 | 10111010 | 1010010 | 110001 |
Color Harmonies of #16CFE4
Complementary color
Monochromatic Colors of #16CFE4
Black with #16CFE4
Text Example
Text Example
White with #16CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CFE4; }
p { color: rgb(22,207,228); }
H1.HeaderClassName
{
color: #16CFE4;
}
.AnyTagClassName
{
color: #16CFE4;
}
</style>
background-color css
<style>
a { background-color: #16CFE4; }
a { background-color: rgb(22,207,228); }
div.DivClassName
{
background-color: #16CFE4;
}
.BgClassName
{
background-color: #16CFE4;
}
</style>
border-color css
<style>
span { border-color: #16CFE4; }
span { border-color: rgb(22,207,228); }
td.TdClassName
{
border-color: #16CFE4;
}
.TagClassName
{
border-color: #16CFE4;
}
</style>