Shades of Bright Turquoise #09DEDD
Tints of Bright Turquoise #09DEDD
RGB
CMYK
RGB Variations
Color information
#09DEDD (or 0x09DEDD) is known color: Bright Turquoise. HEX triplet: 09, DE and DD. RGB value is (9,222,221). Sum of RGB (Red+Green+Blue) = 9+222+221=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #09DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DEDD is #F62122. Grayscale: #9D9D9D. Windows color (decimal): -16130339 or 14540297. OLE color: 14540297.
HSL color Cylindrical-coordinate representation of color #09DEDD: hue angle of 179.72º 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 #09DEDD is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 222 | 221 | - |
| CMYK | 0.96 | 0 | 0.00 | 0.13 |
| HSL | 179.72º | 0.92% | 0.45% | - |
| HSV(B) | 179.72º | 0.96% | 0.87% | - |
| XYZ | 39.29 | 57.52 | 77.44 | - |
| YUV | 158.2 | 163.43 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 222 | 221 | 0.96 | 0 | 0.00 | 0.13 | 179.72 | 0.92 | 0.45 |
| Hex | 9 | DE | DD | 60 | 0 | 0 | D | B4 | 5C | 2D |
| Octal | 11 | 336 | 335 | 140 | 0 | 0 | 15 | 264 | 134 | 55 |
| Binary | 1001 | 11011110 | 11011101 | 1100000 | 0 | 0 | 1101 | 10110100 | 1011100 | 101101 |
Color Harmonies of #09DEDD
Complementary color
Monochromatic Colors of #09DEDD
Black with #09DEDD
Text Example
Text Example
White with #09DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DEDD; }
p { color: rgb(9,222,221); }
H1.HeaderClassName
{
color: #09DEDD;
}
.AnyTagClassName
{
color: #09DEDD;
}
</style>
background-color css
<style>
a { background-color: #09DEDD; }
a { background-color: rgb(9,222,221); }
div.DivClassName
{
background-color: #09DEDD;
}
.BgClassName
{
background-color: #09DEDD;
}
</style>
border-color css
<style>
span { border-color: #09DEDD; }
span { border-color: rgb(9,222,221); }
td.TdClassName
{
border-color: #09DEDD;
}
.TagClassName
{
border-color: #09DEDD;
}
</style>