Shades of Bright Turquoise #09F1E5
Tints of Bright Turquoise #09F1E5
RGB
CMYK
RGB Variations
Color information
#09F1E5 (or 0x09F1E5) is known color: Bright Turquoise. HEX triplet: 09, F1 and E5. RGB value is (9,241,229). Sum of RGB (Red+Green+Blue) = 9+241+229=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #09F1E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F1E5 is #F60E1A. Grayscale: #AAAAAA. Windows color (decimal): -16125467 or 15069449. OLE color: 15069449.
HSL color Cylindrical-coordinate representation of color #09F1E5: hue angle of 176.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 #09F1E5 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 229 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.05 |
| HSL | 176.9º | 0.93% | 0.49% | - |
| HSV(B) | 176.9º | 0.96% | 0.95% | - |
| XYZ | 45.71 | 68.63 | 84.97 | - |
| YUV | 170.26 | 161.14 | 12.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 229 | 0.96 | 0 | 0.05 | 0.05 | 176.9 | 0.93 | 0.49 |
| Hex | 9 | F1 | E5 | 60 | 0 | 5 | 5 | B1 | 5D | 31 |
| Octal | 11 | 361 | 345 | 140 | 0 | 5 | 5 | 261 | 135 | 61 |
| Binary | 1001 | 11110001 | 11100101 | 1100000 | 0 | 101 | 101 | 10110001 | 1011101 | 110001 |
Color Harmonies of #09F1E5
Complementary color
Monochromatic Colors of #09F1E5
Black with #09F1E5
Text Example
Text Example
White with #09F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F1E5; }
p { color: rgb(9,241,229); }
H1.HeaderClassName
{
color: #09F1E5;
}
.AnyTagClassName
{
color: #09F1E5;
}
</style>
background-color css
<style>
a { background-color: #09F1E5; }
a { background-color: rgb(9,241,229); }
div.DivClassName
{
background-color: #09F1E5;
}
.BgClassName
{
background-color: #09F1E5;
}
</style>
border-color css
<style>
span { border-color: #09F1E5; }
span { border-color: rgb(9,241,229); }
td.TdClassName
{
border-color: #09F1E5;
}
.TagClassName
{
border-color: #09F1E5;
}
</style>