Shades of Bright Turquoise #09E7DD
Tints of Bright Turquoise #09E7DD
RGB
CMYK
RGB Variations
Color information
#09E7DD (or 0x09E7DD) is known color: Bright Turquoise. HEX triplet: 09, E7 and DD. RGB value is (9,231,221). Sum of RGB (Red+Green+Blue) = 9+231+221=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #09E7DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E7DD is #F61822. Grayscale: #A3A3A3. Windows color (decimal): -16128035 or 14542601. OLE color: 14542601.
HSL color Cylindrical-coordinate representation of color #09E7DD: hue angle of 177.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E7DD is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 231 | 221 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.09 |
| HSL | 177.3º | 0.93% | 0.47% | - |
| HSV(B) | 177.3º | 0.96% | 0.91% | - |
| XYZ | 41.74 | 62.43 | 78.26 | - |
| YUV | 163.48 | 160.45 | 17.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 231 | 221 | 0.96 | 0 | 0.04 | 0.09 | 177.3 | 0.93 | 0.47 |
| Hex | 9 | E7 | DD | 60 | 0 | 4 | 9 | B1 | 5C | 2F |
| Octal | 11 | 347 | 335 | 140 | 0 | 4 | 11 | 261 | 134 | 57 |
| Binary | 1001 | 11100111 | 11011101 | 1100000 | 0 | 100 | 1001 | 10110001 | 1011100 | 101111 |
Color Harmonies of #09E7DD
Complementary color
Monochromatic Colors of #09E7DD
Black with #09E7DD
Text Example
Text Example
White with #09E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E7DD; }
p { color: rgb(9,231,221); }
H1.HeaderClassName
{
color: #09E7DD;
}
.AnyTagClassName
{
color: #09E7DD;
}
</style>
background-color css
<style>
a { background-color: #09E7DD; }
a { background-color: rgb(9,231,221); }
div.DivClassName
{
background-color: #09E7DD;
}
.BgClassName
{
background-color: #09E7DD;
}
</style>
border-color css
<style>
span { border-color: #09E7DD; }
span { border-color: rgb(9,231,221); }
td.TdClassName
{
border-color: #09E7DD;
}
.TagClassName
{
border-color: #09E7DD;
}
</style>