Shades of Bright Turquoise #09DDE1
Tints of Bright Turquoise #09DDE1
RGB
CMYK
RGB Variations
Color information
#09DDE1 (or 0x09DDE1) is known color: Bright Turquoise. HEX triplet: 09, DD and E1. RGB value is (9,221,225). Sum of RGB (Red+Green+Blue) = 9+221+225=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #09DDE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DDE1 is #F6221E. Grayscale: #9D9D9D. Windows color (decimal): -16130591 or 14802185. OLE color: 14802185.
HSL color Cylindrical-coordinate representation of color #09DDE1: hue angle of 181.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DDE1 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 221 | 225 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.12 |
| HSL | 181.11º | 0.92% | 0.46% | - |
| HSV(B) | 181.11º | 0.96% | 0.88% | - |
| XYZ | 39.56 | 57.21 | 80.19 | - |
| YUV | 158.07 | 165.76 | 21.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 225 | 0.96 | 0.02 | 0 | 0.12 | 181.11 | 0.92 | 0.46 |
| Hex | 9 | DD | E1 | 60 | 2 | 0 | C | B5 | 5C | 2E |
| Octal | 11 | 335 | 341 | 140 | 2 | 0 | 14 | 265 | 134 | 56 |
| Binary | 1001 | 11011101 | 11100001 | 1100000 | 10 | 0 | 1100 | 10110101 | 1011100 | 101110 |
Color Harmonies of #09DDE1
Complementary color
Monochromatic Colors of #09DDE1
Black with #09DDE1
Text Example
Text Example
White with #09DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DDE1; }
p { color: rgb(9,221,225); }
H1.HeaderClassName
{
color: #09DDE1;
}
.AnyTagClassName
{
color: #09DDE1;
}
</style>
background-color css
<style>
a { background-color: #09DDE1; }
a { background-color: rgb(9,221,225); }
div.DivClassName
{
background-color: #09DDE1;
}
.BgClassName
{
background-color: #09DDE1;
}
</style>
border-color css
<style>
span { border-color: #09DDE1; }
span { border-color: rgb(9,221,225); }
td.TdClassName
{
border-color: #09DDE1;
}
.TagClassName
{
border-color: #09DDE1;
}
</style>