Shades of Bright Turquoise #16DDF9
Tints of Bright Turquoise #16DDF9
RGB
CMYK
RGB Variations
Color information
#16DDF9 (or 0x16DDF9) is known color: Bright Turquoise. HEX triplet: 16, DD and F9. RGB value is (22,221,249). Sum of RGB (Red+Green+Blue) = 22+221+249=492 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.47% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #16DDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DDF9 is #E92206. Grayscale: #A4A4A4. Windows color (decimal): -15278599 or 16375062. OLE color: 16375062.
HSL color Cylindrical-coordinate representation of color #16DDF9: hue angle of 187.4º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16DDF9 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 221 | 249 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.02 |
| HSL | 187.4º | 0.95% | 0.53% | - |
| HSV(B) | 187.4º | 0.91% | 0.98% | - |
| XYZ | 43.29 | 58.72 | 98.68 | - |
| YUV | 164.69 | 175.57 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 249 | 0.91 | 0.11 | 0 | 0.02 | 187.4 | 0.95 | 0.53 |
| Hex | 16 | DD | F9 | 5B | B | 0 | 2 | BB | 5F | 35 |
| Octal | 26 | 335 | 371 | 133 | 13 | 0 | 2 | 273 | 137 | 65 |
| Binary | 10110 | 11011101 | 11111001 | 1011011 | 1011 | 0 | 10 | 10111011 | 1011111 | 110101 |
Color Harmonies of #16DDF9
Complementary color
Monochromatic Colors of #16DDF9
Black with #16DDF9
Text Example
Text Example
White with #16DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DDF9; }
p { color: rgb(22,221,249); }
H1.HeaderClassName
{
color: #16DDF9;
}
.AnyTagClassName
{
color: #16DDF9;
}
</style>
background-color css
<style>
a { background-color: #16DDF9; }
a { background-color: rgb(22,221,249); }
div.DivClassName
{
background-color: #16DDF9;
}
.BgClassName
{
background-color: #16DDF9;
}
</style>
border-color css
<style>
span { border-color: #16DDF9; }
span { border-color: rgb(22,221,249); }
td.TdClassName
{
border-color: #16DDF9;
}
.TagClassName
{
border-color: #16DDF9;
}
</style>