Shades of Dark Turquoise #09D4DB
Tints of Dark Turquoise #09D4DB
RGB
CMYK
RGB Variations
Color information
#09D4DB (or 0x09D4DB) is known color: Dark Turquoise. HEX triplet: 09, D4 and DB. RGB value is (9,212,219). Sum of RGB (Red+Green+Blue) = 9+212+219=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #09D4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D4DB is #F62B24. Grayscale: #979797. Windows color (decimal): -16132901 or 14406665. OLE color: 14406665.
HSL color Cylindrical-coordinate representation of color #09D4DB: hue angle of 182º 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 #09D4DB is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 212 | 219 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.14 |
| HSL | 182º | 0.92% | 0.45% | - |
| HSV(B) | 182º | 0.96% | 0.86% | - |
| XYZ | 36.44 | 52.26 | 75.18 | - |
| YUV | 152.1 | 165.75 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 212 | 219 | 0.96 | 0.03 | 0 | 0.14 | 182 | 0.92 | 0.45 |
| Hex | 9 | D4 | DB | 60 | 3 | 0 | E | B6 | 5C | 2D |
| Octal | 11 | 324 | 333 | 140 | 3 | 0 | 16 | 266 | 134 | 55 |
| Binary | 1001 | 11010100 | 11011011 | 1100000 | 11 | 0 | 1110 | 10110110 | 1011100 | 101101 |
Color Harmonies of #09D4DB
Complementary color
Monochromatic Colors of #09D4DB
Black with #09D4DB
Text Example
Text Example
White with #09D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D4DB; }
p { color: rgb(9,212,219); }
H1.HeaderClassName
{
color: #09D4DB;
}
.AnyTagClassName
{
color: #09D4DB;
}
</style>
background-color css
<style>
a { background-color: #09D4DB; }
a { background-color: rgb(9,212,219); }
div.DivClassName
{
background-color: #09D4DB;
}
.BgClassName
{
background-color: #09D4DB;
}
</style>
border-color css
<style>
span { border-color: #09D4DB; }
span { border-color: rgb(9,212,219); }
td.TdClassName
{
border-color: #09D4DB;
}
.TagClassName
{
border-color: #09D4DB;
}
</style>