Shades of Bright Turquoise #09E3DA
Tints of Bright Turquoise #09E3DA
RGB
CMYK
RGB Variations
Color information
#09E3DA (or 0x09E3DA) is known color: Bright Turquoise. HEX triplet: 09, E3 and DA. RGB value is (9,227,218). Sum of RGB (Red+Green+Blue) = 9+227+218=454 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #09E3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E3DA is #F61C25. Grayscale: #A0A0A0. Windows color (decimal): -16129062 or 14344969. OLE color: 14344969.
HSL color Cylindrical-coordinate representation of color #09E3DA: hue angle of 177.52º 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 #09E3DA is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 227 | 218 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.11 |
| HSL | 177.52º | 0.92% | 0.46% | - |
| HSV(B) | 177.52º | 0.96% | 0.89% | - |
| XYZ | 40.24 | 60.06 | 75.8 | - |
| YUV | 160.79 | 160.28 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 227 | 218 | 0.96 | 0 | 0.04 | 0.11 | 177.52 | 0.92 | 0.46 |
| Hex | 9 | E3 | DA | 60 | 0 | 4 | B | B2 | 5C | 2E |
| Octal | 11 | 343 | 332 | 140 | 0 | 4 | 13 | 262 | 134 | 56 |
| Binary | 1001 | 11100011 | 11011010 | 1100000 | 0 | 100 | 1011 | 10110010 | 1011100 | 101110 |
Color Harmonies of #09E3DA
Complementary color
Monochromatic Colors of #09E3DA
Black with #09E3DA
Text Example
Text Example
White with #09E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E3DA; }
p { color: rgb(9,227,218); }
H1.HeaderClassName
{
color: #09E3DA;
}
.AnyTagClassName
{
color: #09E3DA;
}
</style>
background-color css
<style>
a { background-color: #09E3DA; }
a { background-color: rgb(9,227,218); }
div.DivClassName
{
background-color: #09E3DA;
}
.BgClassName
{
background-color: #09E3DA;
}
</style>
border-color css
<style>
span { border-color: #09E3DA; }
span { border-color: rgb(9,227,218); }
td.TdClassName
{
border-color: #09E3DA;
}
.TagClassName
{
border-color: #09E3DA;
}
</style>