Shades of Dark Turquoise #09D3DC
Tints of Dark Turquoise #09D3DC
RGB
CMYK
RGB Variations
Color information
#09D3DC (or 0x09D3DC) is known color: Dark Turquoise. HEX triplet: 09, D3 and DC. RGB value is (9,211,220). Sum of RGB (Red+Green+Blue) = 9+211+220=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #09D3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D3DC is #F62C23. Grayscale: #979797. Windows color (decimal): -16133156 or 14471945. OLE color: 14471945.
HSL color Cylindrical-coordinate representation of color #09D3DC: hue angle of 182.56º 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 #09D3DC is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 211 | 220 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.14 |
| HSL | 182.56º | 0.92% | 0.45% | - |
| HSV(B) | 182.56º | 0.96% | 0.86% | - |
| XYZ | 36.33 | 51.81 | 75.8 | - |
| YUV | 151.63 | 166.58 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 211 | 220 | 0.96 | 0.04 | 0 | 0.14 | 182.56 | 0.92 | 0.45 |
| Hex | 9 | D3 | DC | 60 | 4 | 0 | E | B7 | 5C | 2D |
| Octal | 11 | 323 | 334 | 140 | 4 | 0 | 16 | 267 | 134 | 55 |
| Binary | 1001 | 11010011 | 11011100 | 1100000 | 100 | 0 | 1110 | 10110111 | 1011100 | 101101 |
Color Harmonies of #09D3DC
Complementary color
Monochromatic Colors of #09D3DC
Black with #09D3DC
Text Example
Text Example
White with #09D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D3DC; }
p { color: rgb(9,211,220); }
H1.HeaderClassName
{
color: #09D3DC;
}
.AnyTagClassName
{
color: #09D3DC;
}
</style>
background-color css
<style>
a { background-color: #09D3DC; }
a { background-color: rgb(9,211,220); }
div.DivClassName
{
background-color: #09D3DC;
}
.BgClassName
{
background-color: #09D3DC;
}
</style>
border-color css
<style>
span { border-color: #09D3DC; }
span { border-color: rgb(9,211,220); }
td.TdClassName
{
border-color: #09D3DC;
}
.TagClassName
{
border-color: #09D3DC;
}
</style>