Shades of Bright Turquoise #16EDDF
Tints of Bright Turquoise #16EDDF
RGB
CMYK
RGB Variations
Color information
#16EDDF (or 0x16EDDF) is known color: Bright Turquoise. HEX triplet: 16, ED and DF. RGB value is (22,237,223). Sum of RGB (Red+Green+Blue) = 22+237+223=482 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.56% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #16EDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EDDF is #E91220. Grayscale: #AAAAAA. Windows color (decimal): -15274529 or 14675222. OLE color: 14675222.
HSL color Cylindrical-coordinate representation of color #16EDDF: hue angle of 176.09º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EDDF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 237 | 223 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.07 |
| HSL | 176.09º | 0.86% | 0.51% | - |
| HSV(B) | 176.09º | 0.91% | 0.93% | - |
| XYZ | 43.93 | 66.07 | 80.25 | - |
| YUV | 171.12 | 157.27 | 21.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 237 | 223 | 0.91 | 0 | 0.06 | 0.07 | 176.09 | 0.86 | 0.51 |
| Hex | 16 | ED | DF | 5B | 0 | 6 | 7 | B0 | 56 | 33 |
| Octal | 26 | 355 | 337 | 133 | 0 | 6 | 7 | 260 | 126 | 63 |
| Binary | 10110 | 11101101 | 11011111 | 1011011 | 0 | 110 | 111 | 10110000 | 1010110 | 110011 |
Color Harmonies of #16EDDF
Complementary color
Monochromatic Colors of #16EDDF
Black with #16EDDF
Text Example
Text Example
White with #16EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EDDF; }
p { color: rgb(22,237,223); }
H1.HeaderClassName
{
color: #16EDDF;
}
.AnyTagClassName
{
color: #16EDDF;
}
</style>
background-color css
<style>
a { background-color: #16EDDF; }
a { background-color: rgb(22,237,223); }
div.DivClassName
{
background-color: #16EDDF;
}
.BgClassName
{
background-color: #16EDDF;
}
</style>
border-color css
<style>
span { border-color: #16EDDF; }
span { border-color: rgb(22,237,223); }
td.TdClassName
{
border-color: #16EDDF;
}
.TagClassName
{
border-color: #16EDDF;
}
</style>