Shades of Bright Turquoise #09DCDD
Tints of Bright Turquoise #09DCDD
RGB
CMYK
RGB Variations
Color information
#09DCDD (or 0x09DCDD) is known color: Bright Turquoise. HEX triplet: 09, DC and DD. RGB value is (9,220,221). Sum of RGB (Red+Green+Blue) = 9+220+221=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #09DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCDD is #F62322. Grayscale: #9C9C9C. Windows color (decimal): -16130851 or 14539785. OLE color: 14539785.
HSL color Cylindrical-coordinate representation of color #09DCDD: hue angle of 180.28º 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 #09DCDD is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 220 | 221 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.13 |
| HSL | 180.28º | 0.92% | 0.45% | - |
| HSV(B) | 180.28º | 0.96% | 0.87% | - |
| XYZ | 38.76 | 56.46 | 77.26 | - |
| YUV | 157.03 | 164.1 | 22.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 221 | 0.96 | 0.00 | 0 | 0.13 | 180.28 | 0.92 | 0.45 |
| Hex | 9 | DC | DD | 60 | 0 | 0 | D | B4 | 5C | 2D |
| Octal | 11 | 334 | 335 | 140 | 0 | 0 | 15 | 264 | 134 | 55 |
| Binary | 1001 | 11011100 | 11011101 | 1100000 | 0 | 0 | 1101 | 10110100 | 1011100 | 101101 |
Color Harmonies of #09DCDD
Complementary color
Monochromatic Colors of #09DCDD
Black with #09DCDD
Text Example
Text Example
White with #09DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCDD; }
p { color: rgb(9,220,221); }
H1.HeaderClassName
{
color: #09DCDD;
}
.AnyTagClassName
{
color: #09DCDD;
}
</style>
background-color css
<style>
a { background-color: #09DCDD; }
a { background-color: rgb(9,220,221); }
div.DivClassName
{
background-color: #09DCDD;
}
.BgClassName
{
background-color: #09DCDD;
}
</style>
border-color css
<style>
span { border-color: #09DCDD; }
span { border-color: rgb(9,220,221); }
td.TdClassName
{
border-color: #09DCDD;
}
.TagClassName
{
border-color: #09DCDD;
}
</style>