Shades of Bright Turquoise #09E2DD
Tints of Bright Turquoise #09E2DD
RGB
CMYK
RGB Variations
Color information
#09E2DD (or 0x09E2DD) is known color: Bright Turquoise. HEX triplet: 09, E2 and DD. RGB value is (9,226,221). Sum of RGB (Red+Green+Blue) = 9+226+221=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #09E2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E2DD is #F61D22. Grayscale: #A0A0A0. Windows color (decimal): -16129315 or 14541321. OLE color: 14541321.
HSL color Cylindrical-coordinate representation of color #09E2DD: hue angle of 178.62º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E2DD is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 226 | 221 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.11 |
| HSL | 178.62º | 0.92% | 0.46% | - |
| HSV(B) | 178.62º | 0.96% | 0.89% | - |
| XYZ | 40.36 | 59.67 | 77.8 | - |
| YUV | 160.55 | 162.11 | 19.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 226 | 221 | 0.96 | 0 | 0.02 | 0.11 | 178.62 | 0.92 | 0.46 |
| Hex | 9 | E2 | DD | 60 | 0 | 2 | B | B3 | 5C | 2E |
| Octal | 11 | 342 | 335 | 140 | 0 | 2 | 13 | 263 | 134 | 56 |
| Binary | 1001 | 11100010 | 11011101 | 1100000 | 0 | 10 | 1011 | 10110011 | 1011100 | 101110 |
Color Harmonies of #09E2DD
Complementary color
Monochromatic Colors of #09E2DD
Black with #09E2DD
Text Example
Text Example
White with #09E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E2DD; }
p { color: rgb(9,226,221); }
H1.HeaderClassName
{
color: #09E2DD;
}
.AnyTagClassName
{
color: #09E2DD;
}
</style>
background-color css
<style>
a { background-color: #09E2DD; }
a { background-color: rgb(9,226,221); }
div.DivClassName
{
background-color: #09E2DD;
}
.BgClassName
{
background-color: #09E2DD;
}
</style>
border-color css
<style>
span { border-color: #09E2DD; }
span { border-color: rgb(9,226,221); }
td.TdClassName
{
border-color: #09E2DD;
}
.TagClassName
{
border-color: #09E2DD;
}
</style>