Shades of Bright Turquoise #00F9DD
Tints of Bright Turquoise #00F9DD
RGB
CMYK
RGB Variations
Color information
#00F9DD (or 0x00F9DD) is known color: Bright Turquoise. HEX triplet: 00, F9 and DD. RGB value is (0,249,221). Sum of RGB (Red+Green+Blue) = 0+249+221=470 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F9DD is #FF0622. Grayscale: #ABABAB. Windows color (decimal): -16713251 or 14547200. OLE color: 14547200.
HSL color Cylindrical-coordinate representation of color #00F9DD: hue angle of 173.25º 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 #00F9DD is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 221 | - |
| CMYK | 1 | 0 | 0.11 | 0.02 |
| HSL | 173.25º | 1% | 0.49% | - |
| HSV(B) | 173.25º | 1% | 0.98% | - |
| XYZ | 46.93 | 72.97 | 80.02 | - |
| YUV | 171.36 | 156.01 | 5.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 221 | 1 | 0 | 0.11 | 0.02 | 173.25 | 1 | 0.49 |
| Hex | 0 | F9 | DD | 64 | 0 | B | 2 | AD | 64 | 31 |
| Octal | 0 | 371 | 335 | 144 | 0 | 13 | 2 | 255 | 144 | 61 |
| Binary | 0 | 11111001 | 11011101 | 1100100 | 0 | 1011 | 10 | 10101101 | 1100100 | 110001 |
Color Harmonies of #00F9DD
Complementary color
Monochromatic Colors of #00F9DD
Black with #00F9DD
Text Example
Text Example
White with #00F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9DD; }
p { color: rgb(0,249,221); }
H1.HeaderClassName
{
color: #00F9DD;
}
.AnyTagClassName
{
color: #00F9DD;
}
</style>
background-color css
<style>
a { background-color: #00F9DD; }
a { background-color: rgb(0,249,221); }
div.DivClassName
{
background-color: #00F9DD;
}
.BgClassName
{
background-color: #00F9DD;
}
</style>
border-color css
<style>
span { border-color: #00F9DD; }
span { border-color: rgb(0,249,221); }
td.TdClassName
{
border-color: #00F9DD;
}
.TagClassName
{
border-color: #00F9DD;
}
</style>