Shades of Bright Turquoise #09F6DD
Tints of Bright Turquoise #09F6DD
RGB
CMYK
RGB Variations
Color information
#09F6DD (or 0x09F6DD) is known color: Bright Turquoise. HEX triplet: 09, F6 and DD. RGB value is (9,246,221). Sum of RGB (Red+Green+Blue) = 9+246+221=476 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #09F6DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F6DD is #F60922. Grayscale: #ACACAC. Windows color (decimal): -16124195 or 14546441. OLE color: 14546441.
HSL color Cylindrical-coordinate representation of color #09F6DD: hue angle of 173.67º 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 #09F6DD is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 246 | 221 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.04 |
| HSL | 173.67º | 0.93% | 0.5% | - |
| HSV(B) | 173.67º | 0.96% | 0.96% | - |
| XYZ | 46.12 | 71.19 | 79.72 | - |
| YUV | 172.29 | 155.48 | 11.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 246 | 221 | 0.96 | 0 | 0.10 | 0.04 | 173.67 | 0.93 | 0.5 |
| Hex | 9 | F6 | DD | 60 | 0 | A | 4 | AE | 5D | 32 |
| Octal | 11 | 366 | 335 | 140 | 0 | 12 | 4 | 256 | 135 | 62 |
| Binary | 1001 | 11110110 | 11011101 | 1100000 | 0 | 1010 | 100 | 10101110 | 1011101 | 110010 |
Color Harmonies of #09F6DD
Complementary color
Monochromatic Colors of #09F6DD
Black with #09F6DD
Text Example
Text Example
White with #09F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F6DD; }
p { color: rgb(9,246,221); }
H1.HeaderClassName
{
color: #09F6DD;
}
.AnyTagClassName
{
color: #09F6DD;
}
</style>
background-color css
<style>
a { background-color: #09F6DD; }
a { background-color: rgb(9,246,221); }
div.DivClassName
{
background-color: #09F6DD;
}
.BgClassName
{
background-color: #09F6DD;
}
</style>
border-color css
<style>
span { border-color: #09F6DD; }
span { border-color: rgb(9,246,221); }
td.TdClassName
{
border-color: #09F6DD;
}
.TagClassName
{
border-color: #09F6DD;
}
</style>