Shades of Bright Turquoise #09EDDD
Tints of Bright Turquoise #09EDDD
RGB
CMYK
RGB Variations
Color information
#09EDDD (or 0x09EDDD) is known color: Bright Turquoise. HEX triplet: 09, ED and DD. RGB value is (9,237,221). Sum of RGB (Red+Green+Blue) = 9+237+221=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #09EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EDDD is #F61222. Grayscale: #A6A6A6. Windows color (decimal): -16126499 or 14544137. OLE color: 14544137.
HSL color Cylindrical-coordinate representation of color #09EDDD: hue angle of 175.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EDDD is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 237 | 221 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.07 |
| HSL | 175.79º | 0.93% | 0.48% | - |
| HSV(B) | 175.79º | 0.96% | 0.93% | - |
| XYZ | 43.45 | 65.85 | 78.83 | - |
| YUV | 167 | 158.46 | 15.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 237 | 221 | 0.96 | 0 | 0.07 | 0.07 | 175.79 | 0.93 | 0.48 |
| Hex | 9 | ED | DD | 60 | 0 | 7 | 7 | B0 | 5D | 30 |
| Octal | 11 | 355 | 335 | 140 | 0 | 7 | 7 | 260 | 135 | 60 |
| Binary | 1001 | 11101101 | 11011101 | 1100000 | 0 | 111 | 111 | 10110000 | 1011101 | 110000 |
Color Harmonies of #09EDDD
Complementary color
Monochromatic Colors of #09EDDD
Black with #09EDDD
Text Example
Text Example
White with #09EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EDDD; }
p { color: rgb(9,237,221); }
H1.HeaderClassName
{
color: #09EDDD;
}
.AnyTagClassName
{
color: #09EDDD;
}
</style>
background-color css
<style>
a { background-color: #09EDDD; }
a { background-color: rgb(9,237,221); }
div.DivClassName
{
background-color: #09EDDD;
}
.BgClassName
{
background-color: #09EDDD;
}
</style>
border-color css
<style>
span { border-color: #09EDDD; }
span { border-color: rgb(9,237,221); }
td.TdClassName
{
border-color: #09EDDD;
}
.TagClassName
{
border-color: #09EDDD;
}
</style>