Shades of Bright Turquoise #00FFCC
Tints of Bright Turquoise #00FFCC
RGB
CMYK
RGB Variations
Color information
#00FFCC (or 0x00FFCC) is known color: Bright Turquoise. HEX triplet: 00, FF and CC. RGB value is (0,255,204). Sum of RGB (Red+Green+Blue) = 0+255+204=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFCC is a web safe color. Inversed color of #00FFCC is #FF0033. Grayscale: #ACACAC. Windows color (decimal): -16711732 or 13434624. OLE color: 13434624.
HSL color Cylindrical-coordinate representation of color #00FFCC: hue angle of 168º 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 #00FFCC is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 204 | - |
CMYK | 1 | 0 | 0.2 | 0 |
HSL | 168º | 1% | 0.5% | - |
HSV(B) | 168º | 1% | 1% | - |
XYZ | 46.66 | 75.88 | 69.31 | - |
YUV | 172.94 | 145.52 | 4.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 204 | 1 | 0 | 0.2 | 0 | 168 | 1 | 0.5 |
Hex | 0 | FF | CC | 64 | 0 | 14 | 0 | A8 | 64 | 32 |
Octal | 0 | 377 | 314 | 144 | 0 | 24 | 0 | 250 | 144 | 62 |
Binary | 0 | 11111111 | 11001100 | 1100100 | 0 | 10100 | 0 | 10101000 | 1100100 | 110010 |
Color Harmonies of #00FFCC
Complementary color
Monochromatic Colors of #00FFCC
Black with #00FFCC
Text Example
Text Example
White with #00FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFCC; }
p { color: rgb(0,255,204); }
H1.HeaderClassName
{
color: #00FFCC;
}
.AnyTagClassName
{
color: #00FFCC;
}
</style>
background-color css
<style>
a { background-color: #00FFCC; }
a { background-color: rgb(0,255,204); }
div.DivClassName
{
background-color: #00FFCC;
}
.BgClassName
{
background-color: #00FFCC;
}
</style>
border-color css
<style>
span { border-color: #00FFCC; }
span { border-color: rgb(0,255,204); }
td.TdClassName
{
border-color: #00FFCC;
}
.TagClassName
{
border-color: #00FFCC;
}
</style>