Shades of Bright Turquoise #09EACF
Tints of Bright Turquoise #09EACF
RGB
CMYK
RGB Variations
Color information
#09EACF (or 0x09EACF) is known color: Bright Turquoise. HEX triplet: 09, EA and CF. RGB value is (9,234,207). Sum of RGB (Red+Green+Blue) = 9+234+207=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #09EACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EACF is #F61530. Grayscale: #A3A3A3. Windows color (decimal): -16127281 or 13625865. OLE color: 13625865.
HSL color Cylindrical-coordinate representation of color #09EACF: hue angle of 172.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EACF is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 234 | 207 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.08 |
| HSL | 172.8º | 0.93% | 0.48% | - |
| HSV(B) | 172.8º | 0.96% | 0.92% | - |
| XYZ | 40.8 | 63.41 | 69.12 | - |
| YUV | 163.65 | 152.46 | 17.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 234 | 207 | 0.96 | 0 | 0.12 | 0.08 | 172.8 | 0.93 | 0.48 |
| Hex | 9 | EA | CF | 60 | 0 | C | 8 | AD | 5D | 30 |
| Octal | 11 | 352 | 317 | 140 | 0 | 14 | 10 | 255 | 135 | 60 |
| Binary | 1001 | 11101010 | 11001111 | 1100000 | 0 | 1100 | 1000 | 10101101 | 1011101 | 110000 |
Color Harmonies of #09EACF
Complementary color
Monochromatic Colors of #09EACF
Black with #09EACF
Text Example
Text Example
White with #09EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EACF; }
p { color: rgb(9,234,207); }
H1.HeaderClassName
{
color: #09EACF;
}
.AnyTagClassName
{
color: #09EACF;
}
</style>
background-color css
<style>
a { background-color: #09EACF; }
a { background-color: rgb(9,234,207); }
div.DivClassName
{
background-color: #09EACF;
}
.BgClassName
{
background-color: #09EACF;
}
</style>
border-color css
<style>
span { border-color: #09EACF; }
span { border-color: rgb(9,234,207); }
td.TdClassName
{
border-color: #09EACF;
}
.TagClassName
{
border-color: #09EACF;
}
</style>