Shades of Bright Turquoise #09E4CB
Tints of Bright Turquoise #09E4CB
RGB
CMYK
RGB Variations
Color information
#09E4CB (or 0x09E4CB) is known color: Bright Turquoise. HEX triplet: 09, E4 and CB. RGB value is (9,228,203). Sum of RGB (Red+Green+Blue) = 9+228+203=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #09E4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E4CB is #F61B34. Grayscale: #9F9F9F. Windows color (decimal): -16128821 or 13362185. OLE color: 13362185.
HSL color Cylindrical-coordinate representation of color #09E4CB: hue angle of 173.15º 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 #09E4CB is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 228 | 203 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.11 |
| HSL | 173.15º | 0.92% | 0.46% | - |
| HSV(B) | 173.15º | 0.96% | 0.89% | - |
| XYZ | 38.64 | 59.86 | 66.02 | - |
| YUV | 159.67 | 152.45 | 20.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 228 | 203 | 0.96 | 0 | 0.11 | 0.11 | 173.15 | 0.92 | 0.46 |
| Hex | 9 | E4 | CB | 60 | 0 | B | B | AD | 5C | 2E |
| Octal | 11 | 344 | 313 | 140 | 0 | 13 | 13 | 255 | 134 | 56 |
| Binary | 1001 | 11100100 | 11001011 | 1100000 | 0 | 1011 | 1011 | 10101101 | 1011100 | 101110 |
Color Harmonies of #09E4CB
Complementary color
Monochromatic Colors of #09E4CB
Black with #09E4CB
Text Example
Text Example
White with #09E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E4CB; }
p { color: rgb(9,228,203); }
H1.HeaderClassName
{
color: #09E4CB;
}
.AnyTagClassName
{
color: #09E4CB;
}
</style>
background-color css
<style>
a { background-color: #09E4CB; }
a { background-color: rgb(9,228,203); }
div.DivClassName
{
background-color: #09E4CB;
}
.BgClassName
{
background-color: #09E4CB;
}
</style>
border-color css
<style>
span { border-color: #09E4CB; }
span { border-color: rgb(9,228,203); }
td.TdClassName
{
border-color: #09E4CB;
}
.TagClassName
{
border-color: #09E4CB;
}
</style>