Shades of Bright Turquoise #16CFEB
Tints of Bright Turquoise #16CFEB
RGB
CMYK
RGB Variations
Color information
#16CFEB (or 0x16CFEB) is known color: Bright Turquoise. HEX triplet: 16, CF and EB. RGB value is (22,207,235). Sum of RGB (Red+Green+Blue) = 22+207+235=464 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.74% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #16CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CFEB is #E93014. Grayscale: #9A9A9A. Windows color (decimal): -15282197 or 15453974. OLE color: 15453974.
HSL color Cylindrical-coordinate representation of color #16CFEB: hue angle of 187.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CFEB is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 207 | 235 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.08 |
| HSL | 187.89º | 0.84% | 0.5% | - |
| HSV(B) | 187.89º | 0.91% | 0.92% | - |
| XYZ | 37.64 | 50.79 | 86.42 | - |
| YUV | 154.88 | 173.21 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 235 | 0.91 | 0.12 | 0 | 0.08 | 187.89 | 0.84 | 0.5 |
| Hex | 16 | CF | EB | 5B | C | 0 | 8 | BC | 54 | 32 |
| Octal | 26 | 317 | 353 | 133 | 14 | 0 | 10 | 274 | 124 | 62 |
| Binary | 10110 | 11001111 | 11101011 | 1011011 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110010 |
Color Harmonies of #16CFEB
Complementary color
Monochromatic Colors of #16CFEB
Black with #16CFEB
Text Example
Text Example
White with #16CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CFEB; }
p { color: rgb(22,207,235); }
H1.HeaderClassName
{
color: #16CFEB;
}
.AnyTagClassName
{
color: #16CFEB;
}
</style>
background-color css
<style>
a { background-color: #16CFEB; }
a { background-color: rgb(22,207,235); }
div.DivClassName
{
background-color: #16CFEB;
}
.BgClassName
{
background-color: #16CFEB;
}
</style>
border-color css
<style>
span { border-color: #16CFEB; }
span { border-color: rgb(22,207,235); }
td.TdClassName
{
border-color: #16CFEB;
}
.TagClassName
{
border-color: #16CFEB;
}
</style>