Shades of Bright Turquoise #09DDDD
Tints of Bright Turquoise #09DDDD
RGB
CMYK
RGB Variations
Color information
#09DDDD (or 0x09DDDD) is known color: Bright Turquoise. HEX triplet: 09, DD and DD. RGB value is (9,221,221). Sum of RGB (Red+Green+Blue) = 9+221+221=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #09DDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DDDD is #F62222. Grayscale: #9D9D9D. Windows color (decimal): -16130595 or 14540041. OLE color: 14540041.
HSL color Cylindrical-coordinate representation of color #09DDDD: hue angle of 180º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DDDD is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 221 | - |
| CMYK | 0.96 | 0 | 0 | 0.13 |
| HSL | 180º | 0.92% | 0.45% | - |
| HSV(B) | 180º | 0.96% | 0.87% | - |
| XYZ | 39.02 | 56.99 | 77.35 | - |
| YUV | 157.61 | 163.76 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 221 | 0.96 | 0 | 0 | 0.13 | 180 | 0.92 | 0.45 |
| Hex | 9 | DD | DD | 60 | 0 | 0 | D | B4 | 5C | 2D |
| Octal | 11 | 335 | 335 | 140 | 0 | 0 | 15 | 264 | 134 | 55 |
| Binary | 1001 | 11011101 | 11011101 | 1100000 | 0 | 0 | 1101 | 10110100 | 1011100 | 101101 |
Color Harmonies of #09DDDD
Complementary color
Monochromatic Colors of #09DDDD
Black with #09DDDD
Text Example
Text Example
White with #09DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DDDD; }
p { color: rgb(9,221,221); }
H1.HeaderClassName
{
color: #09DDDD;
}
.AnyTagClassName
{
color: #09DDDD;
}
</style>
background-color css
<style>
a { background-color: #09DDDD; }
a { background-color: rgb(9,221,221); }
div.DivClassName
{
background-color: #09DDDD;
}
.BgClassName
{
background-color: #09DDDD;
}
</style>
border-color css
<style>
span { border-color: #09DDDD; }
span { border-color: rgb(9,221,221); }
td.TdClassName
{
border-color: #09DDDD;
}
.TagClassName
{
border-color: #09DDDD;
}
</style>