Shades of Bright Turquoise #09DFD1
Tints of Bright Turquoise #09DFD1
RGB
CMYK
RGB Variations
Color information
#09DFD1 (or 0x09DFD1) is known color: Bright Turquoise. HEX triplet: 09, DF and D1. RGB value is (9,223,209). Sum of RGB (Red+Green+Blue) = 9+223+209=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #09DFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DFD1 is #F6202E. Grayscale: #9D9D9D. Windows color (decimal): -16130095 or 13754121. OLE color: 13754121.
HSL color Cylindrical-coordinate representation of color #09DFD1: hue angle of 176.07º 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 #09DFD1 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 223 | 209 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.13 |
| HSL | 176.07º | 0.92% | 0.45% | - |
| HSV(B) | 176.07º | 0.96% | 0.87% | - |
| XYZ | 38.01 | 57.44 | 69.4 | - |
| YUV | 157.42 | 157.1 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 209 | 0.96 | 0 | 0.06 | 0.13 | 176.07 | 0.92 | 0.45 |
| Hex | 9 | DF | D1 | 60 | 0 | 6 | D | B0 | 5C | 2D |
| Octal | 11 | 337 | 321 | 140 | 0 | 6 | 15 | 260 | 134 | 55 |
| Binary | 1001 | 11011111 | 11010001 | 1100000 | 0 | 110 | 1101 | 10110000 | 1011100 | 101101 |
Color Harmonies of #09DFD1
Complementary color
Monochromatic Colors of #09DFD1
Black with #09DFD1
Text Example
Text Example
White with #09DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DFD1; }
p { color: rgb(9,223,209); }
H1.HeaderClassName
{
color: #09DFD1;
}
.AnyTagClassName
{
color: #09DFD1;
}
</style>
background-color css
<style>
a { background-color: #09DFD1; }
a { background-color: rgb(9,223,209); }
div.DivClassName
{
background-color: #09DFD1;
}
.BgClassName
{
background-color: #09DFD1;
}
</style>
border-color css
<style>
span { border-color: #09DFD1; }
span { border-color: rgb(9,223,209); }
td.TdClassName
{
border-color: #09DFD1;
}
.TagClassName
{
border-color: #09DFD1;
}
</style>