Shades of Bright Turquoise #01FDD1
Tints of Bright Turquoise #01FDD1
RGB
CMYK
RGB Variations
Color information
#01FDD1 (or 0x01FDD1) is known color: Bright Turquoise. HEX triplet: 01, FD and D1. RGB value is (1,253,209). Sum of RGB (Red+Green+Blue) = 1+253+209=463 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDD1 is #FE022E. Grayscale: #ACACAC. Windows color (decimal): -16646703 or 13761793. OLE color: 13761793.
HSL color Cylindrical-coordinate representation of color #01FDD1: hue angle of 169.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FDD1 is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 209 | - |
| CMYK | 1.00 | 0 | 0.17 | 0.01 |
| HSL | 169.52º | 0.99% | 0.5% | - |
| HSV(B) | 169.52º | 1% | 0.99% | - |
| XYZ | 46.65 | 74.86 | 72.31 | - |
| YUV | 172.64 | 148.51 | 5.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 209 | 1.00 | 0 | 0.17 | 0.01 | 169.52 | 0.99 | 0.5 |
| Hex | 1 | FD | D1 | 64 | 0 | 11 | 1 | AA | 63 | 32 |
| Octal | 1 | 375 | 321 | 144 | 0 | 21 | 1 | 252 | 143 | 62 |
| Binary | 1 | 11111101 | 11010001 | 1100100 | 0 | 10001 | 1 | 10101010 | 1100011 | 110010 |
Color Harmonies of #01FDD1
Complementary color
Monochromatic Colors of #01FDD1
Black with #01FDD1
Text Example
Text Example
White with #01FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDD1; }
p { color: rgb(1,253,209); }
H1.HeaderClassName
{
color: #01FDD1;
}
.AnyTagClassName
{
color: #01FDD1;
}
</style>
background-color css
<style>
a { background-color: #01FDD1; }
a { background-color: rgb(1,253,209); }
div.DivClassName
{
background-color: #01FDD1;
}
.BgClassName
{
background-color: #01FDD1;
}
</style>
border-color css
<style>
span { border-color: #01FDD1; }
span { border-color: rgb(1,253,209); }
td.TdClassName
{
border-color: #01FDD1;
}
.TagClassName
{
border-color: #01FDD1;
}
</style>