Shades of Bright Turquoise #09D9ED
Tints of Bright Turquoise #09D9ED
RGB
CMYK
RGB Variations
Color information
#09D9ED (or 0x09D9ED) is known color: Bright Turquoise. HEX triplet: 09, D9 and ED. RGB value is (9,217,237). Sum of RGB (Red+Green+Blue) = 9+217+237=463 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #09D9ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D9ED is #F62612. Grayscale: #9C9C9C. Windows color (decimal): -16131603 or 15587593. OLE color: 15587593.
HSL color Cylindrical-coordinate representation of color #09D9ED: hue angle of 185.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 #09D9ED is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 217 | 237 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.07 |
| HSL | 185.26º | 0.93% | 0.48% | - |
| HSV(B) | 185.26º | 0.96% | 0.93% | - |
| XYZ | 40.21 | 55.8 | 88.77 | - |
| YUV | 157.09 | 173.09 | 22.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 217 | 237 | 0.96 | 0.08 | 0 | 0.07 | 185.26 | 0.93 | 0.48 |
| Hex | 9 | D9 | ED | 60 | 8 | 0 | 7 | B9 | 5D | 30 |
| Octal | 11 | 331 | 355 | 140 | 10 | 0 | 7 | 271 | 135 | 60 |
| Binary | 1001 | 11011001 | 11101101 | 1100000 | 1000 | 0 | 111 | 10111001 | 1011101 | 110000 |
Color Harmonies of #09D9ED
Complementary color
Monochromatic Colors of #09D9ED
Black with #09D9ED
Text Example
Text Example
White with #09D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D9ED; }
p { color: rgb(9,217,237); }
H1.HeaderClassName
{
color: #09D9ED;
}
.AnyTagClassName
{
color: #09D9ED;
}
</style>
background-color css
<style>
a { background-color: #09D9ED; }
a { background-color: rgb(9,217,237); }
div.DivClassName
{
background-color: #09D9ED;
}
.BgClassName
{
background-color: #09D9ED;
}
</style>
border-color css
<style>
span { border-color: #09D9ED; }
span { border-color: rgb(9,217,237); }
td.TdClassName
{
border-color: #09D9ED;
}
.TagClassName
{
border-color: #09D9ED;
}
</style>