Shades of Dark Turquoise #16CFE5
Tints of Dark Turquoise #16CFE5
RGB
CMYK
RGB Variations
Color information
#16CFE5 (or 0x16CFE5) is known color: Dark Turquoise. HEX triplet: 16, CF and E5. RGB value is (22,207,229). Sum of RGB (Red+Green+Blue) = 22+207+229=458 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.80% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #16CFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CFE5 is #E9301A. Grayscale: #999999. Windows color (decimal): -15282203 or 15060758. OLE color: 15060758.
HSL color Cylindrical-coordinate representation of color #16CFE5: hue angle of 186.38º degrees, saturation: 0.82, 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 #16CFE5 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 207 | 229 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.10 |
| HSL | 186.38º | 0.82% | 0.49% | - |
| HSV(B) | 186.38º | 0.9% | 0.9% | - |
| XYZ | 36.79 | 50.45 | 81.93 | - |
| YUV | 154.19 | 170.21 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 229 | 0.90 | 0.10 | 0 | 0.10 | 186.38 | 0.82 | 0.49 |
| Hex | 16 | CF | E5 | 5A | A | 0 | A | BA | 52 | 31 |
| Octal | 26 | 317 | 345 | 132 | 12 | 0 | 12 | 272 | 122 | 61 |
| Binary | 10110 | 11001111 | 11100101 | 1011010 | 1010 | 0 | 1010 | 10111010 | 1010010 | 110001 |
Color Harmonies of #16CFE5
Complementary color
Monochromatic Colors of #16CFE5
Black with #16CFE5
Text Example
Text Example
White with #16CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CFE5; }
p { color: rgb(22,207,229); }
H1.HeaderClassName
{
color: #16CFE5;
}
.AnyTagClassName
{
color: #16CFE5;
}
</style>
background-color css
<style>
a { background-color: #16CFE5; }
a { background-color: rgb(22,207,229); }
div.DivClassName
{
background-color: #16CFE5;
}
.BgClassName
{
background-color: #16CFE5;
}
</style>
border-color css
<style>
span { border-color: #16CFE5; }
span { border-color: rgb(22,207,229); }
td.TdClassName
{
border-color: #16CFE5;
}
.TagClassName
{
border-color: #16CFE5;
}
</style>