Shades of Bright Turquoise #01FDE7
Tints of Bright Turquoise #01FDE7
RGB
CMYK
RGB Variations
Color information
#01FDE7 (or 0x01FDE7) is known color: Bright Turquoise. HEX triplet: 01, FD and E7. RGB value is (1,253,231). Sum of RGB (Red+Green+Blue) = 1+253+231=485 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FDE7 is #FE0218. Grayscale: #AEAEAE. Windows color (decimal): -16646681 or 15203585. OLE color: 15203585.
HSL color Cylindrical-coordinate representation of color #01FDE7: hue angle of 174.76º 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 #01FDE7 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 231 | - |
| CMYK | 1.00 | 0 | 0.09 | 0.01 |
| HSL | 174.76º | 0.99% | 0.5% | - |
| HSV(B) | 174.76º | 1% | 0.99% | - |
| XYZ | 49.56 | 76.03 | 87.66 | - |
| YUV | 175.14 | 159.51 | 3.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 231 | 1.00 | 0 | 0.09 | 0.01 | 174.76 | 0.99 | 0.5 |
| Hex | 1 | FD | E7 | 64 | 0 | 9 | 1 | AF | 63 | 32 |
| Octal | 1 | 375 | 347 | 144 | 0 | 11 | 1 | 257 | 143 | 62 |
| Binary | 1 | 11111101 | 11100111 | 1100100 | 0 | 1001 | 1 | 10101111 | 1100011 | 110010 |
Color Harmonies of #01FDE7
Complementary color
Monochromatic Colors of #01FDE7
Black with #01FDE7
Text Example
Text Example
White with #01FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDE7; }
p { color: rgb(1,253,231); }
H1.HeaderClassName
{
color: #01FDE7;
}
.AnyTagClassName
{
color: #01FDE7;
}
</style>
background-color css
<style>
a { background-color: #01FDE7; }
a { background-color: rgb(1,253,231); }
div.DivClassName
{
background-color: #01FDE7;
}
.BgClassName
{
background-color: #01FDE7;
}
</style>
border-color css
<style>
span { border-color: #01FDE7; }
span { border-color: rgb(1,253,231); }
td.TdClassName
{
border-color: #01FDE7;
}
.TagClassName
{
border-color: #01FDE7;
}
</style>