Shades of Bright Turquoise #09DFFC
Tints of Bright Turquoise #09DFFC
RGB
CMYK
RGB Variations
Color information
#09DFFC (or 0x09DFFC) is known color: Bright Turquoise. HEX triplet: 09, DF and FC. RGB value is (9,223,252). Sum of RGB (Red+Green+Blue) = 9+223+252=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #09DFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DFFC is #F62003. Grayscale: #A1A1A1. Windows color (decimal): -16130052 or 16572169. OLE color: 16572169.
HSL color Cylindrical-coordinate representation of color #09DFFC: hue angle of 187.16º 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 #09DFFC is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 223 | 252 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.01 |
| HSL | 187.16º | 0.98% | 0.51% | - |
| HSV(B) | 187.16º | 0.96% | 0.99% | - |
| XYZ | 44.07 | 59.86 | 101.33 | - |
| YUV | 162.32 | 178.6 | 18.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 252 | 0.96 | 0.12 | 0 | 0.01 | 187.16 | 0.98 | 0.51 |
| Hex | 9 | DF | FC | 60 | C | 0 | 1 | BB | 62 | 33 |
| Octal | 11 | 337 | 374 | 140 | 14 | 0 | 1 | 273 | 142 | 63 |
| Binary | 1001 | 11011111 | 11111100 | 1100000 | 1100 | 0 | 1 | 10111011 | 1100010 | 110011 |
Color Harmonies of #09DFFC
Complementary color
Monochromatic Colors of #09DFFC
Black with #09DFFC
Text Example
Text Example
White with #09DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DFFC; }
p { color: rgb(9,223,252); }
H1.HeaderClassName
{
color: #09DFFC;
}
.AnyTagClassName
{
color: #09DFFC;
}
</style>
background-color css
<style>
a { background-color: #09DFFC; }
a { background-color: rgb(9,223,252); }
div.DivClassName
{
background-color: #09DFFC;
}
.BgClassName
{
background-color: #09DFFC;
}
</style>
border-color css
<style>
span { border-color: #09DFFC; }
span { border-color: rgb(9,223,252); }
td.TdClassName
{
border-color: #09DFFC;
}
.TagClassName
{
border-color: #09DFFC;
}
</style>