Shades of Bright Turquoise #09EDDB
Tints of Bright Turquoise #09EDDB
RGB
CMYK
RGB Variations
Color information
#09EDDB (or 0x09EDDB) is known color: Bright Turquoise. HEX triplet: 09, ED and DB. RGB value is (9,237,219). Sum of RGB (Red+Green+Blue) = 9+237+219=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #09EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EDDB is #F61224. Grayscale: #A6A6A6. Windows color (decimal): -16126501 or 14413065. OLE color: 14413065.
HSL color Cylindrical-coordinate representation of color #09EDDB: hue angle of 175.26º 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 #09EDDB is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 237 | 219 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.07 |
| HSL | 175.26º | 0.93% | 0.48% | - |
| HSV(B) | 175.26º | 0.96% | 0.93% | - |
| XYZ | 43.18 | 65.74 | 77.43 | - |
| YUV | 166.78 | 157.46 | 15.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 237 | 219 | 0.96 | 0 | 0.08 | 0.07 | 175.26 | 0.93 | 0.48 |
| Hex | 9 | ED | DB | 60 | 0 | 8 | 7 | AF | 5D | 30 |
| Octal | 11 | 355 | 333 | 140 | 0 | 10 | 7 | 257 | 135 | 60 |
| Binary | 1001 | 11101101 | 11011011 | 1100000 | 0 | 1000 | 111 | 10101111 | 1011101 | 110000 |
Color Harmonies of #09EDDB
Complementary color
Monochromatic Colors of #09EDDB
Black with #09EDDB
Text Example
Text Example
White with #09EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EDDB; }
p { color: rgb(9,237,219); }
H1.HeaderClassName
{
color: #09EDDB;
}
.AnyTagClassName
{
color: #09EDDB;
}
</style>
background-color css
<style>
a { background-color: #09EDDB; }
a { background-color: rgb(9,237,219); }
div.DivClassName
{
background-color: #09EDDB;
}
.BgClassName
{
background-color: #09EDDB;
}
</style>
border-color css
<style>
span { border-color: #09EDDB; }
span { border-color: rgb(9,237,219); }
td.TdClassName
{
border-color: #09EDDB;
}
.TagClassName
{
border-color: #09EDDB;
}
</style>