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