Shades of Bright Turquoise #09FDD0
Tints of Bright Turquoise #09FDD0
RGB
CMYK
RGB Variations
Color information
#09FDD0 (or 0x09FDD0) is known color: Bright Turquoise. HEX triplet: 09, FD and D0. RGB value is (9,253,208). Sum of RGB (Red+Green+Blue) = 9+253+208=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FDD0 is #F6022F. Grayscale: #AEAEAE. Windows color (decimal): -16122416 or 13696265. OLE color: 13696265.
HSL color Cylindrical-coordinate representation of color #09FDD0: hue angle of 168.93º 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 #09FDD0 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 208 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.01 |
| HSL | 168.93º | 0.98% | 0.51% | - |
| HSV(B) | 168.93º | 0.96% | 0.99% | - |
| XYZ | 46.62 | 74.86 | 71.67 | - |
| YUV | 174.91 | 146.66 | 9.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 208 | 0.96 | 0 | 0.18 | 0.01 | 168.93 | 0.98 | 0.51 |
| Hex | 9 | FD | D0 | 60 | 0 | 12 | 1 | A9 | 62 | 33 |
| Octal | 11 | 375 | 320 | 140 | 0 | 22 | 1 | 251 | 142 | 63 |
| Binary | 1001 | 11111101 | 11010000 | 1100000 | 0 | 10010 | 1 | 10101001 | 1100010 | 110011 |
Color Harmonies of #09FDD0
Complementary color
Monochromatic Colors of #09FDD0
Black with #09FDD0
Text Example
Text Example
White with #09FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FDD0; }
p { color: rgb(9,253,208); }
H1.HeaderClassName
{
color: #09FDD0;
}
.AnyTagClassName
{
color: #09FDD0;
}
</style>
background-color css
<style>
a { background-color: #09FDD0; }
a { background-color: rgb(9,253,208); }
div.DivClassName
{
background-color: #09FDD0;
}
.BgClassName
{
background-color: #09FDD0;
}
</style>
border-color css
<style>
span { border-color: #09FDD0; }
span { border-color: rgb(9,253,208); }
td.TdClassName
{
border-color: #09FDD0;
}
.TagClassName
{
border-color: #09FDD0;
}
</style>