Shades of Bright Turquoise #09FDDB
Tints of Bright Turquoise #09FDDB
RGB
CMYK
RGB Variations
Color information
#09FDDB (or 0x09FDDB) is known color: Bright Turquoise. HEX triplet: 09, FD and DB. RGB value is (9,253,219). Sum of RGB (Red+Green+Blue) = 9+253+219=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FDDB is #F60224. Grayscale: #B0B0B0. Windows color (decimal): -16122405 or 14417161. OLE color: 14417161.
HSL color Cylindrical-coordinate representation of color #09FDDB: hue angle of 171.64º 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 #09FDDB is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 219 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.01 |
| HSL | 171.64º | 0.98% | 0.51% | - |
| HSV(B) | 171.64º | 0.96% | 0.99% | - |
| XYZ | 48.02 | 75.42 | 79.04 | - |
| YUV | 176.17 | 152.16 | 8.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 219 | 0.96 | 0 | 0.13 | 0.01 | 171.64 | 0.98 | 0.51 |
| Hex | 9 | FD | DB | 60 | 0 | D | 1 | AC | 62 | 33 |
| Octal | 11 | 375 | 333 | 140 | 0 | 15 | 1 | 254 | 142 | 63 |
| Binary | 1001 | 11111101 | 11011011 | 1100000 | 0 | 1101 | 1 | 10101100 | 1100010 | 110011 |
Color Harmonies of #09FDDB
Complementary color
Monochromatic Colors of #09FDDB
Black with #09FDDB
Text Example
Text Example
White with #09FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FDDB; }
p { color: rgb(9,253,219); }
H1.HeaderClassName
{
color: #09FDDB;
}
.AnyTagClassName
{
color: #09FDDB;
}
</style>
background-color css
<style>
a { background-color: #09FDDB; }
a { background-color: rgb(9,253,219); }
div.DivClassName
{
background-color: #09FDDB;
}
.BgClassName
{
background-color: #09FDDB;
}
</style>
border-color css
<style>
span { border-color: #09FDDB; }
span { border-color: rgb(9,253,219); }
td.TdClassName
{
border-color: #09FDDB;
}
.TagClassName
{
border-color: #09FDDB;
}
</style>