Shades of Bright Turquoise #09F2C3
Tints of Bright Turquoise #09F2C3
RGB
CMYK
RGB Variations
Color information
#09F2C3 (or 0x09F2C3) is known color: Bright Turquoise. HEX triplet: 09, F2 and C3. RGB value is (9,242,195). Sum of RGB (Red+Green+Blue) = 9+242+195=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #09F2C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F2C3 is #F60D3C. Grayscale: #A6A6A6. Windows color (decimal): -16125245 or 12841481. OLE color: 12841481.
HSL color Cylindrical-coordinate representation of color #09F2C3: hue angle of 167.9º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F2C3 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 195 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.05 |
| HSL | 167.9º | 0.93% | 0.49% | - |
| HSV(B) | 167.9º | 0.96% | 0.95% | - |
| XYZ | 41.72 | 67.5 | 62.46 | - |
| YUV | 166.98 | 143.81 | 15.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 195 | 0.96 | 0 | 0.19 | 0.05 | 167.9 | 0.93 | 0.49 |
| Hex | 9 | F2 | C3 | 60 | 0 | 13 | 5 | A8 | 5D | 31 |
| Octal | 11 | 362 | 303 | 140 | 0 | 23 | 5 | 250 | 135 | 61 |
| Binary | 1001 | 11110010 | 11000011 | 1100000 | 0 | 10011 | 101 | 10101000 | 1011101 | 110001 |
Color Harmonies of #09F2C3
Complementary color
Monochromatic Colors of #09F2C3
Black with #09F2C3
Text Example
Text Example
White with #09F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F2C3; }
p { color: rgb(9,242,195); }
H1.HeaderClassName
{
color: #09F2C3;
}
.AnyTagClassName
{
color: #09F2C3;
}
</style>
background-color css
<style>
a { background-color: #09F2C3; }
a { background-color: rgb(9,242,195); }
div.DivClassName
{
background-color: #09F2C3;
}
.BgClassName
{
background-color: #09F2C3;
}
</style>
border-color css
<style>
span { border-color: #09F2C3; }
span { border-color: rgb(9,242,195); }
td.TdClassName
{
border-color: #09F2C3;
}
.TagClassName
{
border-color: #09F2C3;
}
</style>