Shades of Bright Turquoise #00F9C5
Tints of Bright Turquoise #00F9C5
RGB
CMYK
RGB Variations
Color information
#00F9C5 (or 0x00F9C5) is known color: Bright Turquoise. HEX triplet: 00, F9 and C5. RGB value is (0,249,197). Sum of RGB (Red+Green+Blue) = 0+249+197=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F9C5 is #FF063A. Grayscale: #A8A8A8. Windows color (decimal): -16713275 or 12974336. OLE color: 12974336.
HSL color Cylindrical-coordinate representation of color #00F9C5: hue angle of 167.47º 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 #00F9C5 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 197 | - |
| CMYK | 1 | 0 | 0.21 | 0.02 |
| HSL | 167.47º | 1% | 0.49% | - |
| HSV(B) | 167.47º | 1% | 0.98% | - |
| XYZ | 43.95 | 71.78 | 64.36 | - |
| YUV | 168.62 | 144.01 | 7.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 197 | 1 | 0 | 0.21 | 0.02 | 167.47 | 1 | 0.49 |
| Hex | 0 | F9 | C5 | 64 | 0 | 15 | 2 | A7 | 64 | 31 |
| Octal | 0 | 371 | 305 | 144 | 0 | 25 | 2 | 247 | 144 | 61 |
| Binary | 0 | 11111001 | 11000101 | 1100100 | 0 | 10101 | 10 | 10100111 | 1100100 | 110001 |
Color Harmonies of #00F9C5
Complementary color
Monochromatic Colors of #00F9C5
Black with #00F9C5
Text Example
Text Example
White with #00F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9C5; }
p { color: rgb(0,249,197); }
H1.HeaderClassName
{
color: #00F9C5;
}
.AnyTagClassName
{
color: #00F9C5;
}
</style>
background-color css
<style>
a { background-color: #00F9C5; }
a { background-color: rgb(0,249,197); }
div.DivClassName
{
background-color: #00F9C5;
}
.BgClassName
{
background-color: #00F9C5;
}
</style>
border-color css
<style>
span { border-color: #00F9C5; }
span { border-color: rgb(0,249,197); }
td.TdClassName
{
border-color: #00F9C5;
}
.TagClassName
{
border-color: #00F9C5;
}
</style>