Shades of Bright Turquoise #01FCCF
Tints of Bright Turquoise #01FCCF
RGB
CMYK
RGB Variations
Color information
#01FCCF (or 0x01FCCF) is known color: Bright Turquoise. HEX triplet: 01, FC and CF. RGB value is (1,252,207). Sum of RGB (Red+Green+Blue) = 1+252+207=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCCF is #FE0330. Grayscale: #ABABAB. Windows color (decimal): -16646961 or 13630465. OLE color: 13630465.
HSL color Cylindrical-coordinate representation of color #01FCCF: hue angle of 169.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 #01FCCF is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 207 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.01 |
| HSL | 169.24º | 0.99% | 0.5% | - |
| HSV(B) | 169.24º | 1% | 0.99% | - |
| XYZ | 46.09 | 74.13 | 70.91 | - |
| YUV | 171.82 | 147.84 | 6.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 207 | 1.00 | 0 | 0.18 | 0.01 | 169.24 | 0.99 | 0.5 |
| Hex | 1 | FC | CF | 64 | 0 | 12 | 1 | A9 | 63 | 32 |
| Octal | 1 | 374 | 317 | 144 | 0 | 22 | 1 | 251 | 143 | 62 |
| Binary | 1 | 11111100 | 11001111 | 1100100 | 0 | 10010 | 1 | 10101001 | 1100011 | 110010 |
Color Harmonies of #01FCCF
Complementary color
Monochromatic Colors of #01FCCF
Black with #01FCCF
Text Example
Text Example
White with #01FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCCF; }
p { color: rgb(1,252,207); }
H1.HeaderClassName
{
color: #01FCCF;
}
.AnyTagClassName
{
color: #01FCCF;
}
</style>
background-color css
<style>
a { background-color: #01FCCF; }
a { background-color: rgb(1,252,207); }
div.DivClassName
{
background-color: #01FCCF;
}
.BgClassName
{
background-color: #01FCCF;
}
</style>
border-color css
<style>
span { border-color: #01FCCF; }
span { border-color: rgb(1,252,207); }
td.TdClassName
{
border-color: #01FCCF;
}
.TagClassName
{
border-color: #01FCCF;
}
</style>