Shades of Bright Turquoise #09DEDC
Tints of Bright Turquoise #09DEDC
RGB
CMYK
RGB Variations
Color information
#09DEDC (or 0x09DEDC) is known color: Bright Turquoise. HEX triplet: 09, DE and DC. RGB value is (9,222,220). Sum of RGB (Red+Green+Blue) = 9+222+220=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #09DEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DEDC is #F62123. Grayscale: #9D9D9D. Windows color (decimal): -16130340 or 14474761. OLE color: 14474761.
HSL color Cylindrical-coordinate representation of color #09DEDC: hue angle of 179.44º 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 #09DEDC is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 222 | 220 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.13 |
| HSL | 179.44º | 0.92% | 0.45% | - |
| HSV(B) | 179.44º | 0.96% | 0.87% | - |
| XYZ | 39.15 | 57.47 | 76.74 | - |
| YUV | 158.09 | 162.93 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 222 | 220 | 0.96 | 0 | 0.01 | 0.13 | 179.44 | 0.92 | 0.45 |
| Hex | 9 | DE | DC | 60 | 0 | 1 | D | B3 | 5C | 2D |
| Octal | 11 | 336 | 334 | 140 | 0 | 1 | 15 | 263 | 134 | 55 |
| Binary | 1001 | 11011110 | 11011100 | 1100000 | 0 | 1 | 1101 | 10110011 | 1011100 | 101101 |
Color Harmonies of #09DEDC
Complementary color
Monochromatic Colors of #09DEDC
Black with #09DEDC
Text Example
Text Example
White with #09DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DEDC; }
p { color: rgb(9,222,220); }
H1.HeaderClassName
{
color: #09DEDC;
}
.AnyTagClassName
{
color: #09DEDC;
}
</style>
background-color css
<style>
a { background-color: #09DEDC; }
a { background-color: rgb(9,222,220); }
div.DivClassName
{
background-color: #09DEDC;
}
.BgClassName
{
background-color: #09DEDC;
}
</style>
border-color css
<style>
span { border-color: #09DEDC; }
span { border-color: rgb(9,222,220); }
td.TdClassName
{
border-color: #09DEDC;
}
.TagClassName
{
border-color: #09DEDC;
}
</style>