Shades of Bright Turquoise #00F9CC
Tints of Bright Turquoise #00F9CC
RGB
CMYK
RGB Variations
Color information
#00F9CC (or 0x00F9CC) is known color: Bright Turquoise. HEX triplet: 00, F9 and CC. RGB value is (0,249,204). Sum of RGB (Red+Green+Blue) = 0+249+204=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F9CC is #FF0633. Grayscale: #A9A9A9. Windows color (decimal): -16713268 or 13433088. OLE color: 13433088.
HSL color Cylindrical-coordinate representation of color #00F9CC: hue angle of 169.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F9CC is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 204 | - |
| CMYK | 1 | 0 | 0.18 | 0.02 |
| HSL | 169.16º | 1% | 0.49% | - |
| HSV(B) | 169.16º | 1% | 0.98% | - |
| XYZ | 44.77 | 72.11 | 68.69 | - |
| YUV | 169.42 | 147.51 | 7.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 204 | 1 | 0 | 0.18 | 0.02 | 169.16 | 1 | 0.49 |
| Hex | 0 | F9 | CC | 64 | 0 | 12 | 2 | A9 | 64 | 31 |
| Octal | 0 | 371 | 314 | 144 | 0 | 22 | 2 | 251 | 144 | 61 |
| Binary | 0 | 11111001 | 11001100 | 1100100 | 0 | 10010 | 10 | 10101001 | 1100100 | 110001 |
Color Harmonies of #00F9CC
Complementary color
Monochromatic Colors of #00F9CC
Black with #00F9CC
Text Example
Text Example
White with #00F9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9CC; }
p { color: rgb(0,249,204); }
H1.HeaderClassName
{
color: #00F9CC;
}
.AnyTagClassName
{
color: #00F9CC;
}
</style>
background-color css
<style>
a { background-color: #00F9CC; }
a { background-color: rgb(0,249,204); }
div.DivClassName
{
background-color: #00F9CC;
}
.BgClassName
{
background-color: #00F9CC;
}
</style>
border-color css
<style>
span { border-color: #00F9CC; }
span { border-color: rgb(0,249,204); }
td.TdClassName
{
border-color: #00F9CC;
}
.TagClassName
{
border-color: #00F9CC;
}
</style>