Shades of Bright Turquoise #09DCEC
Tints of Bright Turquoise #09DCEC
RGB
CMYK
RGB Variations
Color information
#09DCEC (or 0x09DCEC) is known color: Bright Turquoise. HEX triplet: 09, DC and EC. RGB value is (9,220,236). Sum of RGB (Red+Green+Blue) = 9+220+236=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #09DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCEC is #F62313. Grayscale: #9E9E9E. Windows color (decimal): -16130836 or 15522825. OLE color: 15522825.
HSL color Cylindrical-coordinate representation of color #09DCEC: hue angle of 184.23º 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 #09DCEC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 220 | 236 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.07 |
| HSL | 184.23º | 0.93% | 0.48% | - |
| HSV(B) | 184.23º | 0.96% | 0.93% | - |
| XYZ | 40.85 | 57.3 | 88.26 | - |
| YUV | 158.74 | 171.6 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 236 | 0.96 | 0.07 | 0 | 0.07 | 184.23 | 0.93 | 0.48 |
| Hex | 9 | DC | EC | 60 | 7 | 0 | 7 | B8 | 5D | 30 |
| Octal | 11 | 334 | 354 | 140 | 7 | 0 | 7 | 270 | 135 | 60 |
| Binary | 1001 | 11011100 | 11101100 | 1100000 | 111 | 0 | 111 | 10111000 | 1011101 | 110000 |
Color Harmonies of #09DCEC
Complementary color
Monochromatic Colors of #09DCEC
Black with #09DCEC
Text Example
Text Example
White with #09DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCEC; }
p { color: rgb(9,220,236); }
H1.HeaderClassName
{
color: #09DCEC;
}
.AnyTagClassName
{
color: #09DCEC;
}
</style>
background-color css
<style>
a { background-color: #09DCEC; }
a { background-color: rgb(9,220,236); }
div.DivClassName
{
background-color: #09DCEC;
}
.BgClassName
{
background-color: #09DCEC;
}
</style>
border-color css
<style>
span { border-color: #09DCEC; }
span { border-color: rgb(9,220,236); }
td.TdClassName
{
border-color: #09DCEC;
}
.TagClassName
{
border-color: #09DCEC;
}
</style>