Shades of Bright Turquoise #01FDD4
Tints of Bright Turquoise #01FDD4
RGB
CMYK
RGB Variations
Color information
#01FDD4 (or 0x01FDD4) is known color: Bright Turquoise. HEX triplet: 01, FD and D4. RGB value is (1,253,212). Sum of RGB (Red+Green+Blue) = 1+253+212=466 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDD4 is #FE022B. Grayscale: #ACACAC. Windows color (decimal): -16646700 or 13958401. OLE color: 13958401.
HSL color Cylindrical-coordinate representation of color #01FDD4: hue angle of 170.24º 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 #01FDD4 is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 212 | - |
| CMYK | 1.00 | 0 | 0.16 | 0.01 |
| HSL | 170.24º | 0.99% | 0.5% | - |
| HSV(B) | 170.24º | 1% | 0.99% | - |
| XYZ | 47.02 | 75.01 | 74.29 | - |
| YUV | 172.98 | 150.01 | 5.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 212 | 1.00 | 0 | 0.16 | 0.01 | 170.24 | 0.99 | 0.5 |
| Hex | 1 | FD | D4 | 64 | 0 | 10 | 1 | AA | 63 | 32 |
| Octal | 1 | 375 | 324 | 144 | 0 | 20 | 1 | 252 | 143 | 62 |
| Binary | 1 | 11111101 | 11010100 | 1100100 | 0 | 10000 | 1 | 10101010 | 1100011 | 110010 |
Color Harmonies of #01FDD4
Complementary color
Monochromatic Colors of #01FDD4
Black with #01FDD4
Text Example
Text Example
White with #01FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDD4; }
p { color: rgb(1,253,212); }
H1.HeaderClassName
{
color: #01FDD4;
}
.AnyTagClassName
{
color: #01FDD4;
}
</style>
background-color css
<style>
a { background-color: #01FDD4; }
a { background-color: rgb(1,253,212); }
div.DivClassName
{
background-color: #01FDD4;
}
.BgClassName
{
background-color: #01FDD4;
}
</style>
border-color css
<style>
span { border-color: #01FDD4; }
span { border-color: rgb(1,253,212); }
td.TdClassName
{
border-color: #01FDD4;
}
.TagClassName
{
border-color: #01FDD4;
}
</style>