Shades of Bright Turquoise #16EDE4
Tints of Bright Turquoise #16EDE4
RGB
CMYK
RGB Variations
Color information
#16EDE4 (or 0x16EDE4) is known color: Bright Turquoise. HEX triplet: 16, ED and E4. RGB value is (22,237,228). Sum of RGB (Red+Green+Blue) = 22+237+228=487 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.52% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #16EDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16EDE4 is #E9121B. Grayscale: #ABABAB. Windows color (decimal): -15274524 or 15002902. OLE color: 15002902.
HSL color Cylindrical-coordinate representation of color #16EDE4: hue angle of 177.49º 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 #16EDE4 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 237 | 228 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.07 |
| HSL | 177.49º | 0.86% | 0.51% | - |
| HSV(B) | 177.49º | 0.91% | 0.93% | - |
| XYZ | 44.62 | 66.34 | 83.85 | - |
| YUV | 171.69 | 159.77 | 21.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 237 | 228 | 0.91 | 0 | 0.04 | 0.07 | 177.49 | 0.86 | 0.51 |
| Hex | 16 | ED | E4 | 5B | 0 | 4 | 7 | B1 | 56 | 33 |
| Octal | 26 | 355 | 344 | 133 | 0 | 4 | 7 | 261 | 126 | 63 |
| Binary | 10110 | 11101101 | 11100100 | 1011011 | 0 | 100 | 111 | 10110001 | 1010110 | 110011 |
Color Harmonies of #16EDE4
Complementary color
Monochromatic Colors of #16EDE4
Black with #16EDE4
Text Example
Text Example
White with #16EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EDE4; }
p { color: rgb(22,237,228); }
H1.HeaderClassName
{
color: #16EDE4;
}
.AnyTagClassName
{
color: #16EDE4;
}
</style>
background-color css
<style>
a { background-color: #16EDE4; }
a { background-color: rgb(22,237,228); }
div.DivClassName
{
background-color: #16EDE4;
}
.BgClassName
{
background-color: #16EDE4;
}
</style>
border-color css
<style>
span { border-color: #16EDE4; }
span { border-color: rgb(22,237,228); }
td.TdClassName
{
border-color: #16EDE4;
}
.TagClassName
{
border-color: #16EDE4;
}
</style>