Shades of Bright Turquoise #16EFDC
Tints of Bright Turquoise #16EFDC
RGB
CMYK
RGB Variations
Color information
#16EFDC (or 0x16EFDC) is known color: Bright Turquoise. HEX triplet: 16, EF and DC. RGB value is (22,239,220). Sum of RGB (Red+Green+Blue) = 22+239+220=481 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.57% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #16EFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EFDC is #E91023. Grayscale: #ABABAB. Windows color (decimal): -15274020 or 14479126. OLE color: 14479126.
HSL color Cylindrical-coordinate representation of color #16EFDC: hue angle of 174.75º 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 #16EFDC is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 239 | 220 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.06 |
| HSL | 174.75º | 0.87% | 0.51% | - |
| HSV(B) | 174.75º | 0.91% | 0.94% | - |
| XYZ | 44.12 | 67.07 | 78.33 | - |
| YUV | 171.95 | 155.11 | 21.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 239 | 220 | 0.91 | 0 | 0.08 | 0.06 | 174.75 | 0.87 | 0.51 |
| Hex | 16 | EF | DC | 5B | 0 | 8 | 6 | AF | 57 | 33 |
| Octal | 26 | 357 | 334 | 133 | 0 | 10 | 6 | 257 | 127 | 63 |
| Binary | 10110 | 11101111 | 11011100 | 1011011 | 0 | 1000 | 110 | 10101111 | 1010111 | 110011 |
Color Harmonies of #16EFDC
Complementary color
Monochromatic Colors of #16EFDC
Black with #16EFDC
Text Example
Text Example
White with #16EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EFDC; }
p { color: rgb(22,239,220); }
H1.HeaderClassName
{
color: #16EFDC;
}
.AnyTagClassName
{
color: #16EFDC;
}
</style>
background-color css
<style>
a { background-color: #16EFDC; }
a { background-color: rgb(22,239,220); }
div.DivClassName
{
background-color: #16EFDC;
}
.BgClassName
{
background-color: #16EFDC;
}
</style>
border-color css
<style>
span { border-color: #16EFDC; }
span { border-color: rgb(22,239,220); }
td.TdClassName
{
border-color: #16EFDC;
}
.TagClassName
{
border-color: #16EFDC;
}
</style>