Shades of Bright Turquoise #09DBE6
Tints of Bright Turquoise #09DBE6
RGB
CMYK
RGB Variations
Color information
#09DBE6 (or 0x09DBE6) is known color: Bright Turquoise. HEX triplet: 09, DB and E6. RGB value is (9,219,230). Sum of RGB (Red+Green+Blue) = 9+219+230=458 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #09DBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBE6 is #F62419. Grayscale: #9D9D9D. Windows color (decimal): -16131098 or 15129353. OLE color: 15129353.
HSL color Cylindrical-coordinate representation of color #09DBE6: hue angle of 182.99º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DBE6 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 219 | 230 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.10 |
| HSL | 182.99º | 0.92% | 0.47% | - |
| HSV(B) | 182.99º | 0.96% | 0.9% | - |
| XYZ | 39.73 | 56.43 | 83.66 | - |
| YUV | 157.46 | 168.93 | 22.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 230 | 0.96 | 0.05 | 0 | 0.10 | 182.99 | 0.92 | 0.47 |
| Hex | 9 | DB | E6 | 60 | 5 | 0 | A | B7 | 5C | 2F |
| Octal | 11 | 333 | 346 | 140 | 5 | 0 | 12 | 267 | 134 | 57 |
| Binary | 1001 | 11011011 | 11100110 | 1100000 | 101 | 0 | 1010 | 10110111 | 1011100 | 101111 |
Color Harmonies of #09DBE6
Complementary color
Monochromatic Colors of #09DBE6
Black with #09DBE6
Text Example
Text Example
White with #09DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBE6; }
p { color: rgb(9,219,230); }
H1.HeaderClassName
{
color: #09DBE6;
}
.AnyTagClassName
{
color: #09DBE6;
}
</style>
background-color css
<style>
a { background-color: #09DBE6; }
a { background-color: rgb(9,219,230); }
div.DivClassName
{
background-color: #09DBE6;
}
.BgClassName
{
background-color: #09DBE6;
}
</style>
border-color css
<style>
span { border-color: #09DBE6; }
span { border-color: rgb(9,219,230); }
td.TdClassName
{
border-color: #09DBE6;
}
.TagClassName
{
border-color: #09DBE6;
}
</style>