Shades of Bright Turquoise #00F9EA
Tints of Bright Turquoise #00F9EA
RGB
CMYK
RGB Variations
Color information
#00F9EA (or 0x00F9EA) is known color: Bright Turquoise. HEX triplet: 00, F9 and EA. RGB value is (0,249,234). Sum of RGB (Red+Green+Blue) = 0+249+234=483 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F9EA is #FF0615. Grayscale: #ACACAC. Windows color (decimal): -16713238 or 15399168. OLE color: 15399168.
HSL color Cylindrical-coordinate representation of color #00F9EA: hue angle of 176.39º 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 #00F9EA is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 234 | - |
| CMYK | 1 | 0 | 0.06 | 0.02 |
| HSL | 176.39º | 1% | 0.49% | - |
| HSV(B) | 176.39º | 1% | 0.98% | - |
| XYZ | 48.73 | 73.69 | 89.5 | - |
| YUV | 172.84 | 162.51 | 4.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 234 | 1 | 0 | 0.06 | 0.02 | 176.39 | 1 | 0.49 |
| Hex | 0 | F9 | EA | 64 | 0 | 6 | 2 | B0 | 64 | 31 |
| Octal | 0 | 371 | 352 | 144 | 0 | 6 | 2 | 260 | 144 | 61 |
| Binary | 0 | 11111001 | 11101010 | 1100100 | 0 | 110 | 10 | 10110000 | 1100100 | 110001 |
Color Harmonies of #00F9EA
Complementary color
Monochromatic Colors of #00F9EA
Black with #00F9EA
Text Example
Text Example
White with #00F9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9EA; }
p { color: rgb(0,249,234); }
H1.HeaderClassName
{
color: #00F9EA;
}
.AnyTagClassName
{
color: #00F9EA;
}
</style>
background-color css
<style>
a { background-color: #00F9EA; }
a { background-color: rgb(0,249,234); }
div.DivClassName
{
background-color: #00F9EA;
}
.BgClassName
{
background-color: #00F9EA;
}
</style>
border-color css
<style>
span { border-color: #00F9EA; }
span { border-color: rgb(0,249,234); }
td.TdClassName
{
border-color: #00F9EA;
}
.TagClassName
{
border-color: #00F9EA;
}
</style>