Shades of Bright Turquoise #09E3CC
Tints of Bright Turquoise #09E3CC
RGB
CMYK
RGB Variations
Color information
#09E3CC (or 0x09E3CC) is known color: Bright Turquoise. HEX triplet: 09, E3 and CC. RGB value is (9,227,204). Sum of RGB (Red+Green+Blue) = 9+227+204=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #09E3CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E3CC is #F61C33. Grayscale: #9F9F9F. Windows color (decimal): -16129076 or 13427465. OLE color: 13427465.
HSL color Cylindrical-coordinate representation of color #09E3CC: hue angle of 173.67º 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 #09E3CC is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 227 | 204 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.11 |
| HSL | 173.67º | 0.92% | 0.46% | - |
| HSV(B) | 173.67º | 0.96% | 0.89% | - |
| XYZ | 38.48 | 59.36 | 66.56 | - |
| YUV | 159.2 | 153.28 | 20.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 227 | 204 | 0.96 | 0 | 0.10 | 0.11 | 173.67 | 0.92 | 0.46 |
| Hex | 9 | E3 | CC | 60 | 0 | A | B | AE | 5C | 2E |
| Octal | 11 | 343 | 314 | 140 | 0 | 12 | 13 | 256 | 134 | 56 |
| Binary | 1001 | 11100011 | 11001100 | 1100000 | 0 | 1010 | 1011 | 10101110 | 1011100 | 101110 |
Color Harmonies of #09E3CC
Complementary color
Monochromatic Colors of #09E3CC
Black with #09E3CC
Text Example
Text Example
White with #09E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E3CC; }
p { color: rgb(9,227,204); }
H1.HeaderClassName
{
color: #09E3CC;
}
.AnyTagClassName
{
color: #09E3CC;
}
</style>
background-color css
<style>
a { background-color: #09E3CC; }
a { background-color: rgb(9,227,204); }
div.DivClassName
{
background-color: #09E3CC;
}
.BgClassName
{
background-color: #09E3CC;
}
</style>
border-color css
<style>
span { border-color: #09E3CC; }
span { border-color: rgb(9,227,204); }
td.TdClassName
{
border-color: #09E3CC;
}
.TagClassName
{
border-color: #09E3CC;
}
</style>