Shades of Bright Turquoise #16ECED
Tints of Bright Turquoise #16ECED
RGB
CMYK
RGB Variations
Color information
#16ECED (or 0x16ECED) is known color: Bright Turquoise. HEX triplet: 16, EC and ED. RGB value is (22,236,237). Sum of RGB (Red+Green+Blue) = 22+236+237=495 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.44% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #16ECED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16ECED is #E91312. Grayscale: #ABABAB. Windows color (decimal): -15274771 or 15592470. OLE color: 15592470.
HSL color Cylindrical-coordinate representation of color #16ECED: hue angle of 180.28º 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 #16ECED is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 236 | 237 | - |
| CMYK | 0.91 | 0.00 | 0 | 0.07 |
| HSL | 180.28º | 0.86% | 0.51% | - |
| HSV(B) | 180.28º | 0.91% | 0.93% | - |
| XYZ | 45.61 | 66.28 | 90.51 | - |
| YUV | 172.13 | 164.6 | 20.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 236 | 237 | 0.91 | 0.00 | 0 | 0.07 | 180.28 | 0.86 | 0.51 |
| Hex | 16 | EC | ED | 5B | 0 | 0 | 7 | B4 | 56 | 33 |
| Octal | 26 | 354 | 355 | 133 | 0 | 0 | 7 | 264 | 126 | 63 |
| Binary | 10110 | 11101100 | 11101101 | 1011011 | 0 | 0 | 111 | 10110100 | 1010110 | 110011 |
Color Harmonies of #16ECED
Complementary color
Monochromatic Colors of #16ECED
Black with #16ECED
Text Example
Text Example
White with #16ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ECED; }
p { color: rgb(22,236,237); }
H1.HeaderClassName
{
color: #16ECED;
}
.AnyTagClassName
{
color: #16ECED;
}
</style>
background-color css
<style>
a { background-color: #16ECED; }
a { background-color: rgb(22,236,237); }
div.DivClassName
{
background-color: #16ECED;
}
.BgClassName
{
background-color: #16ECED;
}
</style>
border-color css
<style>
span { border-color: #16ECED; }
span { border-color: rgb(22,236,237); }
td.TdClassName
{
border-color: #16ECED;
}
.TagClassName
{
border-color: #16ECED;
}
</style>