Shades of Bright Turquoise #09FFE3
Tints of Bright Turquoise #09FFE3
RGB
CMYK
RGB Variations
Color information
#09FFE3 (or 0x09FFE3) is known color: Bright Turquoise. HEX triplet: 09, FF and E3. RGB value is (9,255,227). Sum of RGB (Red+Green+Blue) = 9+255+227=491 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFE3 is #F6001C. Grayscale: #B2B2B2. Windows color (decimal): -16121885 or 14941961. OLE color: 14941961.
HSL color Cylindrical-coordinate representation of color #09FFE3: hue angle of 173.17º 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 #09FFE3 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 227 | - |
| CMYK | 0.96 | 0 | 0.11 | 0 |
| HSL | 173.17º | 1% | 0.52% | - |
| HSV(B) | 173.17º | 0.96% | 1% | - |
| XYZ | 49.74 | 77.12 | 84.94 | - |
| YUV | 178.25 | 155.5 | 7.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 227 | 0.96 | 0 | 0.11 | 0 | 173.17 | 1 | 0.52 |
| Hex | 9 | FF | E3 | 60 | 0 | B | 0 | AD | 64 | 34 |
| Octal | 11 | 377 | 343 | 140 | 0 | 13 | 0 | 255 | 144 | 64 |
| Binary | 1001 | 11111111 | 11100011 | 1100000 | 0 | 1011 | 0 | 10101101 | 1100100 | 110100 |
Color Harmonies of #09FFE3
Complementary color
Monochromatic Colors of #09FFE3
Black with #09FFE3
Text Example
Text Example
White with #09FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFE3; }
p { color: rgb(9,255,227); }
H1.HeaderClassName
{
color: #09FFE3;
}
.AnyTagClassName
{
color: #09FFE3;
}
</style>
background-color css
<style>
a { background-color: #09FFE3; }
a { background-color: rgb(9,255,227); }
div.DivClassName
{
background-color: #09FFE3;
}
.BgClassName
{
background-color: #09FFE3;
}
</style>
border-color css
<style>
span { border-color: #09FFE3; }
span { border-color: rgb(9,255,227); }
td.TdClassName
{
border-color: #09FFE3;
}
.TagClassName
{
border-color: #09FFE3;
}
</style>