Shades of Bright Turquoise #09FFE2
Tints of Bright Turquoise #09FFE2
RGB
CMYK
RGB Variations
Color information
#09FFE2 (or 0x09FFE2) is known color: Bright Turquoise. HEX triplet: 09, FF and E2. RGB value is (9,255,226). Sum of RGB (Red+Green+Blue) = 9+255+226=490 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFE2 is #F6001D. Grayscale: #B2B2B2. Windows color (decimal): -16121886 or 14876425. OLE color: 14876425.
HSL color Cylindrical-coordinate representation of color #09FFE2: hue angle of 172.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFE2 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 226 | - |
| CMYK | 0.96 | 0 | 0.11 | 0 |
| HSL | 172.93º | 1% | 0.52% | - |
| HSV(B) | 172.93º | 0.96% | 1% | - |
| XYZ | 49.6 | 77.07 | 84.21 | - |
| YUV | 178.14 | 155 | 7.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 226 | 0.96 | 0 | 0.11 | 0 | 172.93 | 1 | 0.52 |
| Hex | 9 | FF | E2 | 60 | 0 | B | 0 | AD | 64 | 34 |
| Octal | 11 | 377 | 342 | 140 | 0 | 13 | 0 | 255 | 144 | 64 |
| Binary | 1001 | 11111111 | 11100010 | 1100000 | 0 | 1011 | 0 | 10101101 | 1100100 | 110100 |
Color Harmonies of #09FFE2
Complementary color
Monochromatic Colors of #09FFE2
Black with #09FFE2
Text Example
Text Example
White with #09FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFE2; }
p { color: rgb(9,255,226); }
H1.HeaderClassName
{
color: #09FFE2;
}
.AnyTagClassName
{
color: #09FFE2;
}
</style>
background-color css
<style>
a { background-color: #09FFE2; }
a { background-color: rgb(9,255,226); }
div.DivClassName
{
background-color: #09FFE2;
}
.BgClassName
{
background-color: #09FFE2;
}
</style>
border-color css
<style>
span { border-color: #09FFE2; }
span { border-color: rgb(9,255,226); }
td.TdClassName
{
border-color: #09FFE2;
}
.TagClassName
{
border-color: #09FFE2;
}
</style>