Shades of Bright Turquoise #09FDE3
Tints of Bright Turquoise #09FDE3
RGB
CMYK
RGB Variations
Color information
#09FDE3 (or 0x09FDE3) is known color: Bright Turquoise. HEX triplet: 09, FD and E3. RGB value is (9,253,227). Sum of RGB (Red+Green+Blue) = 9+253+227=489 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FDE3 is #F6021C. Grayscale: #B0B0B0. Windows color (decimal): -16122397 or 14941449. OLE color: 14941449.
HSL color Cylindrical-coordinate representation of color #09FDE3: hue angle of 173.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FDE3 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 227 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.01 |
| HSL | 173.61º | 0.98% | 0.51% | - |
| HSV(B) | 173.61º | 0.96% | 0.99% | - |
| XYZ | 49.1 | 75.85 | 84.73 | - |
| YUV | 177.08 | 156.16 | 8.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 227 | 0.96 | 0 | 0.10 | 0.01 | 173.61 | 0.98 | 0.51 |
| Hex | 9 | FD | E3 | 60 | 0 | A | 1 | AE | 62 | 33 |
| Octal | 11 | 375 | 343 | 140 | 0 | 12 | 1 | 256 | 142 | 63 |
| Binary | 1001 | 11111101 | 11100011 | 1100000 | 0 | 1010 | 1 | 10101110 | 1100010 | 110011 |
Color Harmonies of #09FDE3
Complementary color
Monochromatic Colors of #09FDE3
Black with #09FDE3
Text Example
Text Example
White with #09FDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FDE3; }
p { color: rgb(9,253,227); }
H1.HeaderClassName
{
color: #09FDE3;
}
.AnyTagClassName
{
color: #09FDE3;
}
</style>
background-color css
<style>
a { background-color: #09FDE3; }
a { background-color: rgb(9,253,227); }
div.DivClassName
{
background-color: #09FDE3;
}
.BgClassName
{
background-color: #09FDE3;
}
</style>
border-color css
<style>
span { border-color: #09FDE3; }
span { border-color: rgb(9,253,227); }
td.TdClassName
{
border-color: #09FDE3;
}
.TagClassName
{
border-color: #09FDE3;
}
</style>