Shades of Bright Turquoise #09FFDE
Tints of Bright Turquoise #09FFDE
RGB
CMYK
RGB Variations
Color information
#09FFDE (or 0x09FFDE) is known color: Bright Turquoise. HEX triplet: 09, FF and DE. RGB value is (9,255,222). Sum of RGB (Red+Green+Blue) = 9+255+222=486 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFDE is #F60021. Grayscale: #B1B1B1. Windows color (decimal): -16121890 or 14614281. OLE color: 14614281.
HSL color Cylindrical-coordinate representation of color #09FFDE: hue angle of 171.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFDE is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 222 | - |
| CMYK | 0.96 | 0 | 0.13 | 0 |
| HSL | 171.95º | 1% | 0.52% | - |
| HSV(B) | 171.95º | 0.96% | 1% | - |
| XYZ | 49.06 | 76.85 | 81.36 | - |
| YUV | 177.68 | 153 | 7.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 222 | 0.96 | 0 | 0.13 | 0 | 171.95 | 1 | 0.52 |
| Hex | 9 | FF | DE | 60 | 0 | D | 0 | AC | 64 | 34 |
| Octal | 11 | 377 | 336 | 140 | 0 | 15 | 0 | 254 | 144 | 64 |
| Binary | 1001 | 11111111 | 11011110 | 1100000 | 0 | 1101 | 0 | 10101100 | 1100100 | 110100 |
Color Harmonies of #09FFDE
Complementary color
Monochromatic Colors of #09FFDE
Black with #09FFDE
Text Example
Text Example
White with #09FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFDE; }
p { color: rgb(9,255,222); }
H1.HeaderClassName
{
color: #09FFDE;
}
.AnyTagClassName
{
color: #09FFDE;
}
</style>
background-color css
<style>
a { background-color: #09FFDE; }
a { background-color: rgb(9,255,222); }
div.DivClassName
{
background-color: #09FFDE;
}
.BgClassName
{
background-color: #09FFDE;
}
</style>
border-color css
<style>
span { border-color: #09FFDE; }
span { border-color: rgb(9,255,222); }
td.TdClassName
{
border-color: #09FFDE;
}
.TagClassName
{
border-color: #09FFDE;
}
</style>