Shades of Bright Turquoise #09F9DD
Tints of Bright Turquoise #09F9DD
RGB
CMYK
RGB Variations
Color information
#09F9DD (or 0x09F9DD) is known color: Bright Turquoise. HEX triplet: 09, F9 and DD. RGB value is (9,249,221). Sum of RGB (Red+Green+Blue) = 9+249+221=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #09F9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F9DD is #F60622. Grayscale: #ADADAD. Windows color (decimal): -16123427 or 14547209. OLE color: 14547209.
HSL color Cylindrical-coordinate representation of color #09F9DD: hue angle of 173º degrees, saturation: 0.95, 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 #09F9DD is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 249 | 221 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.02 |
| HSL | 173º | 0.95% | 0.51% | - |
| HSV(B) | 173º | 0.96% | 0.98% | - |
| XYZ | 47.04 | 73.03 | 80.02 | - |
| YUV | 174.05 | 154.49 | 10.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 249 | 221 | 0.96 | 0 | 0.11 | 0.02 | 173 | 0.95 | 0.51 |
| Hex | 9 | F9 | DD | 60 | 0 | B | 2 | AD | 5F | 33 |
| Octal | 11 | 371 | 335 | 140 | 0 | 13 | 2 | 255 | 137 | 63 |
| Binary | 1001 | 11111001 | 11011101 | 1100000 | 0 | 1011 | 10 | 10101101 | 1011111 | 110011 |
Color Harmonies of #09F9DD
Complementary color
Monochromatic Colors of #09F9DD
Black with #09F9DD
Text Example
Text Example
White with #09F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F9DD; }
p { color: rgb(9,249,221); }
H1.HeaderClassName
{
color: #09F9DD;
}
.AnyTagClassName
{
color: #09F9DD;
}
</style>
background-color css
<style>
a { background-color: #09F9DD; }
a { background-color: rgb(9,249,221); }
div.DivClassName
{
background-color: #09F9DD;
}
.BgClassName
{
background-color: #09F9DD;
}
</style>
border-color css
<style>
span { border-color: #09F9DD; }
span { border-color: rgb(9,249,221); }
td.TdClassName
{
border-color: #09F9DD;
}
.TagClassName
{
border-color: #09F9DD;
}
</style>