Shades of Bright Turquoise #00F9D4
Tints of Bright Turquoise #00F9D4
RGB
CMYK
RGB Variations
Color information
#00F9D4 (or 0x00F9D4) is known color: Bright Turquoise. HEX triplet: 00, F9 and D4. RGB value is (0,249,212). Sum of RGB (Red+Green+Blue) = 0+249+212=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F9D4 is #FF062B. Grayscale: #AAAAAA. Windows color (decimal): -16713260 or 13957376. OLE color: 13957376.
HSL color Cylindrical-coordinate representation of color #00F9D4: hue angle of 171.08º 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 #00F9D4 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 212 | - |
| CMYK | 1 | 0 | 0.15 | 0.02 |
| HSL | 171.08º | 1% | 0.49% | - |
| HSV(B) | 171.08º | 1% | 0.98% | - |
| XYZ | 45.76 | 72.5 | 73.87 | - |
| YUV | 170.33 | 151.51 | 6.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 212 | 1 | 0 | 0.15 | 0.02 | 171.08 | 1 | 0.49 |
| Hex | 0 | F9 | D4 | 64 | 0 | F | 2 | AB | 64 | 31 |
| Octal | 0 | 371 | 324 | 144 | 0 | 17 | 2 | 253 | 144 | 61 |
| Binary | 0 | 11111001 | 11010100 | 1100100 | 0 | 1111 | 10 | 10101011 | 1100100 | 110001 |
Color Harmonies of #00F9D4
Complementary color
Monochromatic Colors of #00F9D4
Black with #00F9D4
Text Example
Text Example
White with #00F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9D4; }
p { color: rgb(0,249,212); }
H1.HeaderClassName
{
color: #00F9D4;
}
.AnyTagClassName
{
color: #00F9D4;
}
</style>
background-color css
<style>
a { background-color: #00F9D4; }
a { background-color: rgb(0,249,212); }
div.DivClassName
{
background-color: #00F9D4;
}
.BgClassName
{
background-color: #00F9D4;
}
</style>
border-color css
<style>
span { border-color: #00F9D4; }
span { border-color: rgb(0,249,212); }
td.TdClassName
{
border-color: #00F9D4;
}
.TagClassName
{
border-color: #00F9D4;
}
</style>