Shades of Bright Turquoise #09E1FA
Tints of Bright Turquoise #09E1FA
RGB
CMYK
RGB Variations
Color information
#09E1FA (or 0x09E1FA) is known color: Bright Turquoise. HEX triplet: 09, E1 and FA. RGB value is (9,225,250). Sum of RGB (Red+Green+Blue) = 9+225+250=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #09E1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E1FA is #F61E05. Grayscale: #A2A2A2. Windows color (decimal): -16129542 or 16441609. OLE color: 16441609.
HSL color Cylindrical-coordinate representation of color #09E1FA: hue angle of 186.22º 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 #09E1FA is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 225 | 250 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.02 |
| HSL | 186.22º | 0.96% | 0.51% | - |
| HSV(B) | 186.22º | 0.96% | 0.98% | - |
| XYZ | 44.29 | 60.81 | 99.85 | - |
| YUV | 163.27 | 176.94 | 17.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 250 | 0.96 | 0.10 | 0 | 0.02 | 186.22 | 0.96 | 0.51 |
| Hex | 9 | E1 | FA | 60 | A | 0 | 2 | BA | 60 | 33 |
| Octal | 11 | 341 | 372 | 140 | 12 | 0 | 2 | 272 | 140 | 63 |
| Binary | 1001 | 11100001 | 11111010 | 1100000 | 1010 | 0 | 10 | 10111010 | 1100000 | 110011 |
Color Harmonies of #09E1FA
Complementary color
Monochromatic Colors of #09E1FA
Black with #09E1FA
Text Example
Text Example
White with #09E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E1FA; }
p { color: rgb(9,225,250); }
H1.HeaderClassName
{
color: #09E1FA;
}
.AnyTagClassName
{
color: #09E1FA;
}
</style>
background-color css
<style>
a { background-color: #09E1FA; }
a { background-color: rgb(9,225,250); }
div.DivClassName
{
background-color: #09E1FA;
}
.BgClassName
{
background-color: #09E1FA;
}
</style>
border-color css
<style>
span { border-color: #09E1FA; }
span { border-color: rgb(9,225,250); }
td.TdClassName
{
border-color: #09E1FA;
}
.TagClassName
{
border-color: #09E1FA;
}
</style>