Shades of Bright Turquoise #09F7DF
Tints of Bright Turquoise #09F7DF
RGB
CMYK
RGB Variations
Color information
#09F7DF (or 0x09F7DF) is known color: Bright Turquoise. HEX triplet: 09, F7 and DF. RGB value is (9,247,223). Sum of RGB (Red+Green+Blue) = 9+247+223=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #09F7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F7DF is #F60820. Grayscale: #ACACAC. Windows color (decimal): -16123937 or 14677769. OLE color: 14677769.
HSL color Cylindrical-coordinate representation of color #09F7DF: hue angle of 173.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F7DF is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 247 | 223 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.03 |
| HSL | 173.95º | 0.94% | 0.5% | - |
| HSV(B) | 173.95º | 0.96% | 0.97% | - |
| XYZ | 46.69 | 71.91 | 81.23 | - |
| YUV | 173.1 | 156.15 | 10.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 247 | 223 | 0.96 | 0 | 0.10 | 0.03 | 173.95 | 0.94 | 0.5 |
| Hex | 9 | F7 | DF | 60 | 0 | A | 3 | AE | 5E | 32 |
| Octal | 11 | 367 | 337 | 140 | 0 | 12 | 3 | 256 | 136 | 62 |
| Binary | 1001 | 11110111 | 11011111 | 1100000 | 0 | 1010 | 11 | 10101110 | 1011110 | 110010 |
Color Harmonies of #09F7DF
Complementary color
Monochromatic Colors of #09F7DF
Black with #09F7DF
Text Example
Text Example
White with #09F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F7DF; }
p { color: rgb(9,247,223); }
H1.HeaderClassName
{
color: #09F7DF;
}
.AnyTagClassName
{
color: #09F7DF;
}
</style>
background-color css
<style>
a { background-color: #09F7DF; }
a { background-color: rgb(9,247,223); }
div.DivClassName
{
background-color: #09F7DF;
}
.BgClassName
{
background-color: #09F7DF;
}
</style>
border-color css
<style>
span { border-color: #09F7DF; }
span { border-color: rgb(9,247,223); }
td.TdClassName
{
border-color: #09F7DF;
}
.TagClassName
{
border-color: #09F7DF;
}
</style>