Shades of Bright Turquoise #01FDE3
Tints of Bright Turquoise #01FDE3
RGB
CMYK
RGB Variations
Color information
#01FDE3 (or 0x01FDE3) is known color: Bright Turquoise. HEX triplet: 01, FD and E3. RGB value is (1,253,227). Sum of RGB (Red+Green+Blue) = 1+253+227=481 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDE3 is #FE021C. Grayscale: #AEAEAE. Windows color (decimal): -16646685 or 14941441. OLE color: 14941441.
HSL color Cylindrical-coordinate representation of color #01FDE3: hue angle of 173.81º 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 #01FDE3 is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 227 | - |
| CMYK | 1.00 | 0 | 0.10 | 0.01 |
| HSL | 173.81º | 0.99% | 0.5% | - |
| HSV(B) | 173.81º | 1% | 0.99% | - |
| XYZ | 49 | 75.8 | 84.72 | - |
| YUV | 174.69 | 157.51 | 4.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 227 | 1.00 | 0 | 0.10 | 0.01 | 173.81 | 0.99 | 0.5 |
| Hex | 1 | FD | E3 | 64 | 0 | A | 1 | AE | 63 | 32 |
| Octal | 1 | 375 | 343 | 144 | 0 | 12 | 1 | 256 | 143 | 62 |
| Binary | 1 | 11111101 | 11100011 | 1100100 | 0 | 1010 | 1 | 10101110 | 1100011 | 110010 |
Color Harmonies of #01FDE3
Complementary color
Monochromatic Colors of #01FDE3
Black with #01FDE3
Text Example
Text Example
White with #01FDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDE3; }
p { color: rgb(1,253,227); }
H1.HeaderClassName
{
color: #01FDE3;
}
.AnyTagClassName
{
color: #01FDE3;
}
</style>
background-color css
<style>
a { background-color: #01FDE3; }
a { background-color: rgb(1,253,227); }
div.DivClassName
{
background-color: #01FDE3;
}
.BgClassName
{
background-color: #01FDE3;
}
</style>
border-color css
<style>
span { border-color: #01FDE3; }
span { border-color: rgb(1,253,227); }
td.TdClassName
{
border-color: #01FDE3;
}
.TagClassName
{
border-color: #01FDE3;
}
</style>