Shades of Bright Turquoise #09F9CC
Tints of Bright Turquoise #09F9CC
RGB
CMYK
RGB Variations
Color information
#09F9CC (or 0x09F9CC) is known color: Bright Turquoise. HEX triplet: 09, F9 and CC. RGB value is (9,249,204). Sum of RGB (Red+Green+Blue) = 9+249+204=462 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #09F9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F9CC is #F60633. Grayscale: #ACACAC. Windows color (decimal): -16123444 or 13433097. OLE color: 13433097.
HSL color Cylindrical-coordinate representation of color #09F9CC: hue angle of 168.75º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F9CC is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 249 | 204 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.02 |
| HSL | 168.75º | 0.95% | 0.51% | - |
| HSV(B) | 168.75º | 0.96% | 0.98% | - |
| XYZ | 44.89 | 72.17 | 68.69 | - |
| YUV | 172.11 | 145.99 | 11.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 249 | 204 | 0.96 | 0 | 0.18 | 0.02 | 168.75 | 0.95 | 0.51 |
| Hex | 9 | F9 | CC | 60 | 0 | 12 | 2 | A9 | 5F | 33 |
| Octal | 11 | 371 | 314 | 140 | 0 | 22 | 2 | 251 | 137 | 63 |
| Binary | 1001 | 11111001 | 11001100 | 1100000 | 0 | 10010 | 10 | 10101001 | 1011111 | 110011 |
Color Harmonies of #09F9CC
Complementary color
Monochromatic Colors of #09F9CC
Black with #09F9CC
Text Example
Text Example
White with #09F9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F9CC; }
p { color: rgb(9,249,204); }
H1.HeaderClassName
{
color: #09F9CC;
}
.AnyTagClassName
{
color: #09F9CC;
}
</style>
background-color css
<style>
a { background-color: #09F9CC; }
a { background-color: rgb(9,249,204); }
div.DivClassName
{
background-color: #09F9CC;
}
.BgClassName
{
background-color: #09F9CC;
}
</style>
border-color css
<style>
span { border-color: #09F9CC; }
span { border-color: rgb(9,249,204); }
td.TdClassName
{
border-color: #09F9CC;
}
.TagClassName
{
border-color: #09F9CC;
}
</style>