Shades of Bright Turquoise #09F4D2
Tints of Bright Turquoise #09F4D2
RGB
CMYK
RGB Variations
Color information
#09F4D2 (or 0x09F4D2) is known color: Bright Turquoise. HEX triplet: 09, F4 and D2. RGB value is (9,244,210). Sum of RGB (Red+Green+Blue) = 9+244+210=463 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #09F4D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F4D2 is #F60B2D. Grayscale: #A9A9A9. Windows color (decimal): -16124718 or 13825033. OLE color: 13825033.
HSL color Cylindrical-coordinate representation of color #09F4D2: hue angle of 171.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F4D2 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 244 | 210 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.04 |
| HSL | 171.32º | 0.93% | 0.5% | - |
| HSV(B) | 171.32º | 0.96% | 0.96% | - |
| XYZ | 44.1 | 69.41 | 72.05 | - |
| YUV | 169.86 | 150.64 | 13.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 244 | 210 | 0.96 | 0 | 0.14 | 0.04 | 171.32 | 0.93 | 0.5 |
| Hex | 9 | F4 | D2 | 60 | 0 | E | 4 | AB | 5D | 32 |
| Octal | 11 | 364 | 322 | 140 | 0 | 16 | 4 | 253 | 135 | 62 |
| Binary | 1001 | 11110100 | 11010010 | 1100000 | 0 | 1110 | 100 | 10101011 | 1011101 | 110010 |
Color Harmonies of #09F4D2
Complementary color
Monochromatic Colors of #09F4D2
Black with #09F4D2
Text Example
Text Example
White with #09F4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F4D2; }
p { color: rgb(9,244,210); }
H1.HeaderClassName
{
color: #09F4D2;
}
.AnyTagClassName
{
color: #09F4D2;
}
</style>
background-color css
<style>
a { background-color: #09F4D2; }
a { background-color: rgb(9,244,210); }
div.DivClassName
{
background-color: #09F4D2;
}
.BgClassName
{
background-color: #09F4D2;
}
</style>
border-color css
<style>
span { border-color: #09F4D2; }
span { border-color: rgb(9,244,210); }
td.TdClassName
{
border-color: #09F4D2;
}
.TagClassName
{
border-color: #09F4D2;
}
</style>