Shades of Bright Turquoise #09F7D4
Tints of Bright Turquoise #09F7D4
RGB
CMYK
RGB Variations
Color information
#09F7D4 (or 0x09F7D4) is known color: Bright Turquoise. HEX triplet: 09, F7 and D4. RGB value is (9,247,212). Sum of RGB (Red+Green+Blue) = 9+247+212=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #09F7D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F7D4 is #F6082B. Grayscale: #ABABAB. Windows color (decimal): -16123948 or 13956873. OLE color: 13956873.
HSL color Cylindrical-coordinate representation of color #09F7D4: hue angle of 171.18º 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 #09F7D4 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 247 | 212 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.03 |
| HSL | 171.18º | 0.94% | 0.5% | - |
| HSV(B) | 171.18º | 0.96% | 0.97% | - |
| XYZ | 45.26 | 71.33 | 73.67 | - |
| YUV | 171.85 | 150.65 | 11.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 247 | 212 | 0.96 | 0 | 0.14 | 0.03 | 171.18 | 0.94 | 0.5 |
| Hex | 9 | F7 | D4 | 60 | 0 | E | 3 | AB | 5E | 32 |
| Octal | 11 | 367 | 324 | 140 | 0 | 16 | 3 | 253 | 136 | 62 |
| Binary | 1001 | 11110111 | 11010100 | 1100000 | 0 | 1110 | 11 | 10101011 | 1011110 | 110010 |
Color Harmonies of #09F7D4
Complementary color
Monochromatic Colors of #09F7D4
Black with #09F7D4
Text Example
Text Example
White with #09F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F7D4; }
p { color: rgb(9,247,212); }
H1.HeaderClassName
{
color: #09F7D4;
}
.AnyTagClassName
{
color: #09F7D4;
}
</style>
background-color css
<style>
a { background-color: #09F7D4; }
a { background-color: rgb(9,247,212); }
div.DivClassName
{
background-color: #09F7D4;
}
.BgClassName
{
background-color: #09F7D4;
}
</style>
border-color css
<style>
span { border-color: #09F7D4; }
span { border-color: rgb(9,247,212); }
td.TdClassName
{
border-color: #09F7D4;
}
.TagClassName
{
border-color: #09F7D4;
}
</style>