Shades of Bright Turquoise #01FFCC
Tints of Bright Turquoise #01FFCC
RGB
CMYK
RGB Variations
Color information
#01FFCC (or 0x01FFCC) is known color: Bright Turquoise. HEX triplet: 01, FF and CC. RGB value is (1,255,204). Sum of RGB (Red+Green+Blue) = 1+255+204=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFCC is #FE0033. Grayscale: #ADADAD. Windows color (decimal): -16646196 or 13434625. OLE color: 13434625.
HSL color Cylindrical-coordinate representation of color #01FFCC: hue angle of 167.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFCC is Cyan = 1.00, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 204 | - |
| CMYK | 1.00 | 0 | 0.2 | 0 |
| HSL | 167.95º | 1% | 0.5% | - |
| HSV(B) | 167.95º | 1% | 1% | - |
| XYZ | 46.67 | 75.89 | 69.31 | - |
| YUV | 173.24 | 145.35 | 5.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 204 | 1.00 | 0 | 0.2 | 0 | 167.95 | 1 | 0.5 |
| Hex | 1 | FF | CC | 64 | 0 | 14 | 0 | A8 | 64 | 32 |
| Octal | 1 | 377 | 314 | 144 | 0 | 24 | 0 | 250 | 144 | 62 |
| Binary | 1 | 11111111 | 11001100 | 1100100 | 0 | 10100 | 0 | 10101000 | 1100100 | 110010 |
Color Harmonies of #01FFCC
Complementary color
Monochromatic Colors of #01FFCC
Black with #01FFCC
Text Example
Text Example
White with #01FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFCC; }
p { color: rgb(1,255,204); }
H1.HeaderClassName
{
color: #01FFCC;
}
.AnyTagClassName
{
color: #01FFCC;
}
</style>
background-color css
<style>
a { background-color: #01FFCC; }
a { background-color: rgb(1,255,204); }
div.DivClassName
{
background-color: #01FFCC;
}
.BgClassName
{
background-color: #01FFCC;
}
</style>
border-color css
<style>
span { border-color: #01FFCC; }
span { border-color: rgb(1,255,204); }
td.TdClassName
{
border-color: #01FFCC;
}
.TagClassName
{
border-color: #01FFCC;
}
</style>