Shades of Bright Turquoise #09ECCC
Tints of Bright Turquoise #09ECCC
RGB
CMYK
RGB Variations
Color information
#09ECCC (or 0x09ECCC) is known color: Bright Turquoise. HEX triplet: 09, EC and CC. RGB value is (9,236,204). Sum of RGB (Red+Green+Blue) = 9+236+204=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #09ECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09ECCC is #F61333. Grayscale: #A4A4A4. Windows color (decimal): -16126772 or 13429769. OLE color: 13429769.
HSL color Cylindrical-coordinate representation of color #09ECCC: hue angle of 171.54º 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 #09ECCC is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 204 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.07 |
| HSL | 171.54º | 0.93% | 0.48% | - |
| HSV(B) | 171.54º | 0.96% | 0.93% | - |
| XYZ | 41.01 | 64.41 | 67.4 | - |
| YUV | 164.48 | 150.29 | 17.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 204 | 0.96 | 0 | 0.14 | 0.07 | 171.54 | 0.93 | 0.48 |
| Hex | 9 | EC | CC | 60 | 0 | E | 7 | AC | 5D | 30 |
| Octal | 11 | 354 | 314 | 140 | 0 | 16 | 7 | 254 | 135 | 60 |
| Binary | 1001 | 11101100 | 11001100 | 1100000 | 0 | 1110 | 111 | 10101100 | 1011101 | 110000 |
Color Harmonies of #09ECCC
Complementary color
Monochromatic Colors of #09ECCC
Black with #09ECCC
Text Example
Text Example
White with #09ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECCC; }
p { color: rgb(9,236,204); }
H1.HeaderClassName
{
color: #09ECCC;
}
.AnyTagClassName
{
color: #09ECCC;
}
</style>
background-color css
<style>
a { background-color: #09ECCC; }
a { background-color: rgb(9,236,204); }
div.DivClassName
{
background-color: #09ECCC;
}
.BgClassName
{
background-color: #09ECCC;
}
</style>
border-color css
<style>
span { border-color: #09ECCC; }
span { border-color: rgb(9,236,204); }
td.TdClassName
{
border-color: #09ECCC;
}
.TagClassName
{
border-color: #09ECCC;
}
</style>