Shades of Bright Turquoise #09F3E2
Tints of Bright Turquoise #09F3E2
RGB
CMYK
RGB Variations
Color information
#09F3E2 (or 0x09F3E2) is known color: Bright Turquoise. HEX triplet: 09, F3 and E2. RGB value is (9,243,226). Sum of RGB (Red+Green+Blue) = 9+243+226=478 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #09F3E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F3E2 is #F60C1D. Grayscale: #AAAAAA. Windows color (decimal): -16124958 or 14873353. OLE color: 14873353.
HSL color Cylindrical-coordinate representation of color #09F3E2: hue angle of 175.64º 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 #09F3E2 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 226 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.05 |
| HSL | 175.64º | 0.93% | 0.49% | - |
| HSV(B) | 175.64º | 0.96% | 0.95% | - |
| XYZ | 45.89 | 69.65 | 82.98 | - |
| YUV | 171.1 | 158.98 | 12.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 226 | 0.96 | 0 | 0.07 | 0.05 | 175.64 | 0.93 | 0.49 |
| Hex | 9 | F3 | E2 | 60 | 0 | 7 | 5 | B0 | 5D | 31 |
| Octal | 11 | 363 | 342 | 140 | 0 | 7 | 5 | 260 | 135 | 61 |
| Binary | 1001 | 11110011 | 11100010 | 1100000 | 0 | 111 | 101 | 10110000 | 1011101 | 110001 |
Color Harmonies of #09F3E2
Complementary color
Monochromatic Colors of #09F3E2
Black with #09F3E2
Text Example
Text Example
White with #09F3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F3E2; }
p { color: rgb(9,243,226); }
H1.HeaderClassName
{
color: #09F3E2;
}
.AnyTagClassName
{
color: #09F3E2;
}
</style>
background-color css
<style>
a { background-color: #09F3E2; }
a { background-color: rgb(9,243,226); }
div.DivClassName
{
background-color: #09F3E2;
}
.BgClassName
{
background-color: #09F3E2;
}
</style>
border-color css
<style>
span { border-color: #09F3E2; }
span { border-color: rgb(9,243,226); }
td.TdClassName
{
border-color: #09F3E2;
}
.TagClassName
{
border-color: #09F3E2;
}
</style>