Shades of Bright Turquoise #16DBEF
Tints of Bright Turquoise #16DBEF
RGB
CMYK
RGB Variations
Color information
#16DBEF (or 0x16DBEF) is known color: Bright Turquoise. HEX triplet: 16, DB and EF. RGB value is (22,219,239). Sum of RGB (Red+Green+Blue) = 22+219+239=480 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.58% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #16DBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DBEF is #E92410. Grayscale: #A2A2A2. Windows color (decimal): -15279121 or 15719190. OLE color: 15719190.
HSL color Cylindrical-coordinate representation of color #16DBEF: hue angle of 185.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16DBEF is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 219 | 239 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.06 |
| HSL | 185.53º | 0.87% | 0.51% | - |
| HSV(B) | 185.53º | 0.91% | 0.94% | - |
| XYZ | 41.24 | 57.07 | 90.5 | - |
| YUV | 162.38 | 171.23 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 239 | 0.91 | 0.08 | 0 | 0.06 | 185.53 | 0.87 | 0.51 |
| Hex | 16 | DB | EF | 5B | 8 | 0 | 6 | BA | 57 | 33 |
| Octal | 26 | 333 | 357 | 133 | 10 | 0 | 6 | 272 | 127 | 63 |
| Binary | 10110 | 11011011 | 11101111 | 1011011 | 1000 | 0 | 110 | 10111010 | 1010111 | 110011 |
Color Harmonies of #16DBEF
Complementary color
Monochromatic Colors of #16DBEF
Black with #16DBEF
Text Example
Text Example
White with #16DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBEF; }
p { color: rgb(22,219,239); }
H1.HeaderClassName
{
color: #16DBEF;
}
.AnyTagClassName
{
color: #16DBEF;
}
</style>
background-color css
<style>
a { background-color: #16DBEF; }
a { background-color: rgb(22,219,239); }
div.DivClassName
{
background-color: #16DBEF;
}
.BgClassName
{
background-color: #16DBEF;
}
</style>
border-color css
<style>
span { border-color: #16DBEF; }
span { border-color: rgb(22,219,239); }
td.TdClassName
{
border-color: #16DBEF;
}
.TagClassName
{
border-color: #16DBEF;
}
</style>