Shades of Bright Turquoise #09DCDB
Tints of Bright Turquoise #09DCDB
RGB
CMYK
RGB Variations
Color information
#09DCDB (or 0x09DCDB) is known color: Bright Turquoise. HEX triplet: 09, DC and DB. RGB value is (9,220,219). Sum of RGB (Red+Green+Blue) = 9+220+219=448 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCDB is #F62324. Grayscale: #9C9C9C. Windows color (decimal): -16130853 or 14408713. OLE color: 14408713.
HSL color Cylindrical-coordinate representation of color #09DCDB: hue angle of 179.72º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCDB is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 219 | - |
| CMYK | 0.96 | 0 | 0.00 | 0.14 |
| HSL | 179.72º | 0.92% | 0.45% | - |
| HSV(B) | 179.72º | 0.96% | 0.86% | - |
| XYZ | 38.49 | 56.36 | 75.87 | - |
| YUV | 156.8 | 163.1 | 22.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 219 | 0.96 | 0 | 0.00 | 0.14 | 179.72 | 0.92 | 0.45 |
| Hex | 9 | DC | DB | 60 | 0 | 0 | E | B4 | 5C | 2D |
| Octal | 11 | 334 | 333 | 140 | 0 | 0 | 16 | 264 | 134 | 55 |
| Binary | 1001 | 11011100 | 11011011 | 1100000 | 0 | 0 | 1110 | 10110100 | 1011100 | 101101 |
Color Harmonies of #09DCDB
Complementary color
Monochromatic Colors of #09DCDB
Black with #09DCDB
Text Example
Text Example
White with #09DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCDB; }
p { color: rgb(9,220,219); }
H1.HeaderClassName
{
color: #09DCDB;
}
.AnyTagClassName
{
color: #09DCDB;
}
</style>
background-color css
<style>
a { background-color: #09DCDB; }
a { background-color: rgb(9,220,219); }
div.DivClassName
{
background-color: #09DCDB;
}
.BgClassName
{
background-color: #09DCDB;
}
</style>
border-color css
<style>
span { border-color: #09DCDB; }
span { border-color: rgb(9,220,219); }
td.TdClassName
{
border-color: #09DCDB;
}
.TagClassName
{
border-color: #09DCDB;
}
</style>