Shades of Bright Turquoise #09FADC
Tints of Bright Turquoise #09FADC
RGB
CMYK
RGB Variations
Color information
#09FADC (or 0x09FADC) is known color: Bright Turquoise. HEX triplet: 09, FA and DC. RGB value is (9,250,220). Sum of RGB (Red+Green+Blue) = 9+250+220=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #09FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FADC is #F60523. Grayscale: #AEAEAE. Windows color (decimal): -16123172 or 14481929. OLE color: 14481929.
HSL color Cylindrical-coordinate representation of color #09FADC: hue angle of 172.53º 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 #09FADC is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 220 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.02 |
| HSL | 172.53º | 0.96% | 0.51% | - |
| HSV(B) | 172.53º | 0.96% | 0.98% | - |
| XYZ | 47.22 | 73.6 | 79.43 | - |
| YUV | 174.52 | 153.66 | 9.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 220 | 0.96 | 0 | 0.12 | 0.02 | 172.53 | 0.96 | 0.51 |
| Hex | 9 | FA | DC | 60 | 0 | C | 2 | AD | 60 | 33 |
| Octal | 11 | 372 | 334 | 140 | 0 | 14 | 2 | 255 | 140 | 63 |
| Binary | 1001 | 11111010 | 11011100 | 1100000 | 0 | 1100 | 10 | 10101101 | 1100000 | 110011 |
Color Harmonies of #09FADC
Complementary color
Monochromatic Colors of #09FADC
Black with #09FADC
Text Example
Text Example
White with #09FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FADC; }
p { color: rgb(9,250,220); }
H1.HeaderClassName
{
color: #09FADC;
}
.AnyTagClassName
{
color: #09FADC;
}
</style>
background-color css
<style>
a { background-color: #09FADC; }
a { background-color: rgb(9,250,220); }
div.DivClassName
{
background-color: #09FADC;
}
.BgClassName
{
background-color: #09FADC;
}
</style>
border-color css
<style>
span { border-color: #09FADC; }
span { border-color: rgb(9,250,220); }
td.TdClassName
{
border-color: #09FADC;
}
.TagClassName
{
border-color: #09FADC;
}
</style>