Shades of Bright Turquoise #01FDD8
Tints of Bright Turquoise #01FDD8
RGB
CMYK
RGB Variations
Color information
#01FDD8 (or 0x01FDD8) is known color: Bright Turquoise. HEX triplet: 01, FD and D8. RGB value is (1,253,216). Sum of RGB (Red+Green+Blue) = 1+253+216=470 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDD8 is #FE0227. Grayscale: #ADADAD. Windows color (decimal): -16646696 or 14220545. OLE color: 14220545.
HSL color Cylindrical-coordinate representation of color #01FDD8: hue angle of 171.19º 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 #01FDD8 is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 216 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.01 |
| HSL | 171.19º | 0.99% | 0.5% | - |
| HSV(B) | 171.19º | 1% | 0.99% | - |
| XYZ | 47.53 | 75.21 | 76.98 | - |
| YUV | 173.43 | 152.01 | 5.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 216 | 1.00 | 0 | 0.15 | 0.01 | 171.19 | 0.99 | 0.5 |
| Hex | 1 | FD | D8 | 64 | 0 | F | 1 | AB | 63 | 32 |
| Octal | 1 | 375 | 330 | 144 | 0 | 17 | 1 | 253 | 143 | 62 |
| Binary | 1 | 11111101 | 11011000 | 1100100 | 0 | 1111 | 1 | 10101011 | 1100011 | 110010 |
Color Harmonies of #01FDD8
Complementary color
Monochromatic Colors of #01FDD8
Black with #01FDD8
Text Example
Text Example
White with #01FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDD8; }
p { color: rgb(1,253,216); }
H1.HeaderClassName
{
color: #01FDD8;
}
.AnyTagClassName
{
color: #01FDD8;
}
</style>
background-color css
<style>
a { background-color: #01FDD8; }
a { background-color: rgb(1,253,216); }
div.DivClassName
{
background-color: #01FDD8;
}
.BgClassName
{
background-color: #01FDD8;
}
</style>
border-color css
<style>
span { border-color: #01FDD8; }
span { border-color: rgb(1,253,216); }
td.TdClassName
{
border-color: #01FDD8;
}
.TagClassName
{
border-color: #01FDD8;
}
</style>