Shades of Bright Turquoise #01ECD7
Tints of Bright Turquoise #01ECD7
RGB
CMYK
RGB Variations
Color information
#01ECD7 (or 0x01ECD7) is known color: Bright Turquoise. HEX triplet: 01, EC and D7. RGB value is (1,236,215). Sum of RGB (Red+Green+Blue) = 1+236+215=452 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECD7 is #FE1328. Grayscale: #A3A3A3. Windows color (decimal): -16651049 or 14150657. OLE color: 14150657.
HSL color Cylindrical-coordinate representation of color #01ECD7: hue angle of 174.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ECD7 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 215 | - |
| CMYK | 1.00 | 0 | 0.09 | 0.07 |
| HSL | 174.64º | 0.99% | 0.46% | - |
| HSV(B) | 174.64º | 1% | 0.93% | - |
| XYZ | 42.27 | 64.9 | 74.59 | - |
| YUV | 163.34 | 157.14 | 12.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 215 | 1.00 | 0 | 0.09 | 0.07 | 174.64 | 0.99 | 0.46 |
| Hex | 1 | EC | D7 | 64 | 0 | 9 | 7 | AF | 63 | 2E |
| Octal | 1 | 354 | 327 | 144 | 0 | 11 | 7 | 257 | 143 | 56 |
| Binary | 1 | 11101100 | 11010111 | 1100100 | 0 | 1001 | 111 | 10101111 | 1100011 | 101110 |
Color Harmonies of #01ECD7
Complementary color
Monochromatic Colors of #01ECD7
Black with #01ECD7
Text Example
Text Example
White with #01ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECD7; }
p { color: rgb(1,236,215); }
H1.HeaderClassName
{
color: #01ECD7;
}
.AnyTagClassName
{
color: #01ECD7;
}
</style>
background-color css
<style>
a { background-color: #01ECD7; }
a { background-color: rgb(1,236,215); }
div.DivClassName
{
background-color: #01ECD7;
}
.BgClassName
{
background-color: #01ECD7;
}
</style>
border-color css
<style>
span { border-color: #01ECD7; }
span { border-color: rgb(1,236,215); }
td.TdClassName
{
border-color: #01ECD7;
}
.TagClassName
{
border-color: #01ECD7;
}
</style>