Shades of Bright Turquoise #09F3DB
Tints of Bright Turquoise #09F3DB
RGB
CMYK
RGB Variations
Color information
#09F3DB (or 0x09F3DB) is known color: Bright Turquoise. HEX triplet: 09, F3 and DB. RGB value is (9,243,219). Sum of RGB (Red+Green+Blue) = 9+243+219=471 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #09F3DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F3DB is #F60C24. Grayscale: #AAAAAA. Windows color (decimal): -16124965 or 14414601. OLE color: 14414601.
HSL color Cylindrical-coordinate representation of color #09F3DB: hue angle of 173.85º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F3DB is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 219 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.05 |
| HSL | 173.85º | 0.93% | 0.49% | - |
| HSV(B) | 173.85º | 0.96% | 0.95% | - |
| XYZ | 44.95 | 69.27 | 78.02 | - |
| YUV | 170.3 | 155.48 | 12.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 219 | 0.96 | 0 | 0.10 | 0.05 | 173.85 | 0.93 | 0.49 |
| Hex | 9 | F3 | DB | 60 | 0 | A | 5 | AE | 5D | 31 |
| Octal | 11 | 363 | 333 | 140 | 0 | 12 | 5 | 256 | 135 | 61 |
| Binary | 1001 | 11110011 | 11011011 | 1100000 | 0 | 1010 | 101 | 10101110 | 1011101 | 110001 |
Color Harmonies of #09F3DB
Complementary color
Monochromatic Colors of #09F3DB
Black with #09F3DB
Text Example
Text Example
White with #09F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F3DB; }
p { color: rgb(9,243,219); }
H1.HeaderClassName
{
color: #09F3DB;
}
.AnyTagClassName
{
color: #09F3DB;
}
</style>
background-color css
<style>
a { background-color: #09F3DB; }
a { background-color: rgb(9,243,219); }
div.DivClassName
{
background-color: #09F3DB;
}
.BgClassName
{
background-color: #09F3DB;
}
</style>
border-color css
<style>
span { border-color: #09F3DB; }
span { border-color: rgb(9,243,219); }
td.TdClassName
{
border-color: #09F3DB;
}
.TagClassName
{
border-color: #09F3DB;
}
</style>