Shades of Bright Turquoise #09EBCF
Tints of Bright Turquoise #09EBCF
RGB
CMYK
RGB Variations
Color information
#09EBCF (or 0x09EBCF) is known color: Bright Turquoise. HEX triplet: 09, EB and CF. RGB value is (9,235,207). Sum of RGB (Red+Green+Blue) = 9+235+207=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBCF is #F61430. Grayscale: #A4A4A4. Windows color (decimal): -16127025 or 13626121. OLE color: 13626121.
HSL color Cylindrical-coordinate representation of color #09EBCF: hue angle of 172.57º 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 #09EBCF is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 235 | 207 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.08 |
| HSL | 172.57º | 0.93% | 0.48% | - |
| HSV(B) | 172.57º | 0.96% | 0.92% | - |
| XYZ | 41.08 | 63.98 | 69.22 | - |
| YUV | 164.23 | 152.13 | 17.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 235 | 207 | 0.96 | 0 | 0.12 | 0.08 | 172.57 | 0.93 | 0.48 |
| Hex | 9 | EB | CF | 60 | 0 | C | 8 | AD | 5D | 30 |
| Octal | 11 | 353 | 317 | 140 | 0 | 14 | 10 | 255 | 135 | 60 |
| Binary | 1001 | 11101011 | 11001111 | 1100000 | 0 | 1100 | 1000 | 10101101 | 1011101 | 110000 |
Color Harmonies of #09EBCF
Complementary color
Monochromatic Colors of #09EBCF
Black with #09EBCF
Text Example
Text Example
White with #09EBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EBCF; }
p { color: rgb(9,235,207); }
H1.HeaderClassName
{
color: #09EBCF;
}
.AnyTagClassName
{
color: #09EBCF;
}
</style>
background-color css
<style>
a { background-color: #09EBCF; }
a { background-color: rgb(9,235,207); }
div.DivClassName
{
background-color: #09EBCF;
}
.BgClassName
{
background-color: #09EBCF;
}
</style>
border-color css
<style>
span { border-color: #09EBCF; }
span { border-color: rgb(9,235,207); }
td.TdClassName
{
border-color: #09EBCF;
}
.TagClassName
{
border-color: #09EBCF;
}
</style>