Shades of Bright Turquoise #09E2FA
Tints of Bright Turquoise #09E2FA
RGB
CMYK
RGB Variations
Color information
#09E2FA (or 0x09E2FA) is known color: Bright Turquoise. HEX triplet: 09, E2 and FA. RGB value is (9,226,250). Sum of RGB (Red+Green+Blue) = 9+226+250=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #09E2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E2FA is #F61D05. Grayscale: #A3A3A3. Windows color (decimal): -16129286 or 16441865. OLE color: 16441865.
HSL color Cylindrical-coordinate representation of color #09E2FA: hue angle of 185.98º degrees, saturation: 0.96, 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 #09E2FA is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 226 | 250 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.02 |
| HSL | 185.98º | 0.96% | 0.51% | - |
| HSV(B) | 185.98º | 0.96% | 0.98% | - |
| XYZ | 44.56 | 61.35 | 99.94 | - |
| YUV | 163.85 | 176.61 | 17.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 226 | 250 | 0.96 | 0.10 | 0 | 0.02 | 185.98 | 0.96 | 0.51 |
| Hex | 9 | E2 | FA | 60 | A | 0 | 2 | BA | 60 | 33 |
| Octal | 11 | 342 | 372 | 140 | 12 | 0 | 2 | 272 | 140 | 63 |
| Binary | 1001 | 11100010 | 11111010 | 1100000 | 1010 | 0 | 10 | 10111010 | 1100000 | 110011 |
Color Harmonies of #09E2FA
Complementary color
Monochromatic Colors of #09E2FA
Black with #09E2FA
Text Example
Text Example
White with #09E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E2FA; }
p { color: rgb(9,226,250); }
H1.HeaderClassName
{
color: #09E2FA;
}
.AnyTagClassName
{
color: #09E2FA;
}
</style>
background-color css
<style>
a { background-color: #09E2FA; }
a { background-color: rgb(9,226,250); }
div.DivClassName
{
background-color: #09E2FA;
}
.BgClassName
{
background-color: #09E2FA;
}
</style>
border-color css
<style>
span { border-color: #09E2FA; }
span { border-color: rgb(9,226,250); }
td.TdClassName
{
border-color: #09E2FA;
}
.TagClassName
{
border-color: #09E2FA;
}
</style>