Shades of Bright Turquoise #01FCDA
Tints of Bright Turquoise #01FCDA
RGB
CMYK
RGB Variations
Color information
#01FCDA (or 0x01FCDA) is known color: Bright Turquoise. HEX triplet: 01, FC and DA. RGB value is (1,252,218). Sum of RGB (Red+Green+Blue) = 1+252+218=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCDA is #FE0325. Grayscale: #ACACAC. Windows color (decimal): -16646950 or 14351361. OLE color: 14351361.
HSL color Cylindrical-coordinate representation of color #01FCDA: hue angle of 171.87º 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 #01FCDA is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 218 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.01 |
| HSL | 171.87º | 0.99% | 0.5% | - |
| HSV(B) | 171.87º | 1% | 0.99% | - |
| XYZ | 47.48 | 74.69 | 78.24 | - |
| YUV | 173.08 | 153.34 | 5.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 218 | 1.00 | 0 | 0.13 | 0.01 | 171.87 | 0.99 | 0.5 |
| Hex | 1 | FC | DA | 64 | 0 | D | 1 | AC | 63 | 32 |
| Octal | 1 | 374 | 332 | 144 | 0 | 15 | 1 | 254 | 143 | 62 |
| Binary | 1 | 11111100 | 11011010 | 1100100 | 0 | 1101 | 1 | 10101100 | 1100011 | 110010 |
Color Harmonies of #01FCDA
Complementary color
Monochromatic Colors of #01FCDA
Black with #01FCDA
Text Example
Text Example
White with #01FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCDA; }
p { color: rgb(1,252,218); }
H1.HeaderClassName
{
color: #01FCDA;
}
.AnyTagClassName
{
color: #01FCDA;
}
</style>
background-color css
<style>
a { background-color: #01FCDA; }
a { background-color: rgb(1,252,218); }
div.DivClassName
{
background-color: #01FCDA;
}
.BgClassName
{
background-color: #01FCDA;
}
</style>
border-color css
<style>
span { border-color: #01FCDA; }
span { border-color: rgb(1,252,218); }
td.TdClassName
{
border-color: #01FCDA;
}
.TagClassName
{
border-color: #01FCDA;
}
</style>