Shades of Bright Turquoise #09DED1
Tints of Bright Turquoise #09DED1
RGB
CMYK
RGB Variations
Color information
#09DED1 (or 0x09DED1) is known color: Bright Turquoise. HEX triplet: 09, DE and D1. RGB value is (9,222,209). Sum of RGB (Red+Green+Blue) = 9+222+209=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #09DED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DED1 is #F6212E. Grayscale: #9C9C9C. Windows color (decimal): -16130351 or 13753865. OLE color: 13753865.
HSL color Cylindrical-coordinate representation of color #09DED1: hue angle of 176.34º 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 #09DED1 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 222 | 209 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.13 |
| HSL | 176.34º | 0.92% | 0.45% | - |
| HSV(B) | 176.34º | 0.96% | 0.87% | - |
| XYZ | 37.74 | 56.9 | 69.32 | - |
| YUV | 156.83 | 157.43 | 22.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 222 | 209 | 0.96 | 0 | 0.06 | 0.13 | 176.34 | 0.92 | 0.45 |
| Hex | 9 | DE | D1 | 60 | 0 | 6 | D | B0 | 5C | 2D |
| Octal | 11 | 336 | 321 | 140 | 0 | 6 | 15 | 260 | 134 | 55 |
| Binary | 1001 | 11011110 | 11010001 | 1100000 | 0 | 110 | 1101 | 10110000 | 1011100 | 101101 |
Color Harmonies of #09DED1
Complementary color
Monochromatic Colors of #09DED1
Black with #09DED1
Text Example
Text Example
White with #09DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DED1; }
p { color: rgb(9,222,209); }
H1.HeaderClassName
{
color: #09DED1;
}
.AnyTagClassName
{
color: #09DED1;
}
</style>
background-color css
<style>
a { background-color: #09DED1; }
a { background-color: rgb(9,222,209); }
div.DivClassName
{
background-color: #09DED1;
}
.BgClassName
{
background-color: #09DED1;
}
</style>
border-color css
<style>
span { border-color: #09DED1; }
span { border-color: rgb(9,222,209); }
td.TdClassName
{
border-color: #09DED1;
}
.TagClassName
{
border-color: #09DED1;
}
</style>