Shades of Bright Turquoise #09EEE6
Tints of Bright Turquoise #09EEE6
RGB
CMYK
RGB Variations
Color information
#09EEE6 (or 0x09EEE6) is known color: Bright Turquoise. HEX triplet: 09, EE and E6. RGB value is (9,238,230). Sum of RGB (Red+Green+Blue) = 9+238+230=477 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #09EEE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EEE6 is #F61119. Grayscale: #A8A8A8. Windows color (decimal): -16126234 or 15134217. OLE color: 15134217.
HSL color Cylindrical-coordinate representation of color #09EEE6: hue angle of 177.9º 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 #09EEE6 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 230 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.07 |
| HSL | 177.9º | 0.93% | 0.48% | - |
| HSV(B) | 177.9º | 0.96% | 0.93% | - |
| XYZ | 44.97 | 66.92 | 85.41 | - |
| YUV | 168.62 | 162.63 | 14.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 230 | 0.96 | 0 | 0.03 | 0.07 | 177.9 | 0.93 | 0.48 |
| Hex | 9 | EE | E6 | 60 | 0 | 3 | 7 | B2 | 5D | 30 |
| Octal | 11 | 356 | 346 | 140 | 0 | 3 | 7 | 262 | 135 | 60 |
| Binary | 1001 | 11101110 | 11100110 | 1100000 | 0 | 11 | 111 | 10110010 | 1011101 | 110000 |
Color Harmonies of #09EEE6
Complementary color
Monochromatic Colors of #09EEE6
Black with #09EEE6
Text Example
Text Example
White with #09EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EEE6; }
p { color: rgb(9,238,230); }
H1.HeaderClassName
{
color: #09EEE6;
}
.AnyTagClassName
{
color: #09EEE6;
}
</style>
background-color css
<style>
a { background-color: #09EEE6; }
a { background-color: rgb(9,238,230); }
div.DivClassName
{
background-color: #09EEE6;
}
.BgClassName
{
background-color: #09EEE6;
}
</style>
border-color css
<style>
span { border-color: #09EEE6; }
span { border-color: rgb(9,238,230); }
td.TdClassName
{
border-color: #09EEE6;
}
.TagClassName
{
border-color: #09EEE6;
}
</style>