Shades of Bright Turquoise #09D2EC
Tints of Bright Turquoise #09D2EC
RGB
CMYK
RGB Variations
Color information
#09D2EC (or 0x09D2EC) is known color: Bright Turquoise. HEX triplet: 09, D2 and EC. RGB value is (9,210,236). Sum of RGB (Red+Green+Blue) = 9+210+236=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #09D2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D2EC is #F62D13. Grayscale: #989898. Windows color (decimal): -16133396 or 15520265. OLE color: 15520265.
HSL color Cylindrical-coordinate representation of color #09D2EC: hue angle of 186.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D2EC is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 210 | 236 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.07 |
| HSL | 186.87º | 0.93% | 0.48% | - |
| HSV(B) | 186.87º | 0.96% | 0.93% | - |
| XYZ | 38.3 | 52.21 | 87.42 | - |
| YUV | 152.87 | 174.91 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 236 | 0.96 | 0.11 | 0 | 0.07 | 186.87 | 0.93 | 0.48 |
| Hex | 9 | D2 | EC | 60 | B | 0 | 7 | BB | 5D | 30 |
| Octal | 11 | 322 | 354 | 140 | 13 | 0 | 7 | 273 | 135 | 60 |
| Binary | 1001 | 11010010 | 11101100 | 1100000 | 1011 | 0 | 111 | 10111011 | 1011101 | 110000 |
Color Harmonies of #09D2EC
Complementary color
Monochromatic Colors of #09D2EC
Black with #09D2EC
Text Example
Text Example
White with #09D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D2EC; }
p { color: rgb(9,210,236); }
H1.HeaderClassName
{
color: #09D2EC;
}
.AnyTagClassName
{
color: #09D2EC;
}
</style>
background-color css
<style>
a { background-color: #09D2EC; }
a { background-color: rgb(9,210,236); }
div.DivClassName
{
background-color: #09D2EC;
}
.BgClassName
{
background-color: #09D2EC;
}
</style>
border-color css
<style>
span { border-color: #09D2EC; }
span { border-color: rgb(9,210,236); }
td.TdClassName
{
border-color: #09D2EC;
}
.TagClassName
{
border-color: #09D2EC;
}
</style>