Shades of Bright Turquoise #09FEDD
Tints of Bright Turquoise #09FEDD
RGB
CMYK
RGB Variations
Color information
#09FEDD (or 0x09FEDD) is known color: Bright Turquoise. HEX triplet: 09, FE and DD. RGB value is (9,254,221). Sum of RGB (Red+Green+Blue) = 9+254+221=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #09FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FEDD is #F60122. Grayscale: #B0B0B0. Windows color (decimal): -16122147 or 14548489. OLE color: 14548489.
HSL color Cylindrical-coordinate representation of color #09FEDD: hue angle of 171.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FEDD is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 221 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.00 |
| HSL | 171.92º | 0.99% | 0.52% | - |
| HSV(B) | 171.92º | 0.96% | 1% | - |
| XYZ | 48.61 | 76.16 | 80.55 | - |
| YUV | 176.98 | 152.83 | 8.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 221 | 0.96 | 0 | 0.13 | 0.00 | 171.92 | 0.99 | 0.52 |
| Hex | 9 | FE | DD | 60 | 0 | D | 0 | AC | 63 | 34 |
| Octal | 11 | 376 | 335 | 140 | 0 | 15 | 0 | 254 | 143 | 64 |
| Binary | 1001 | 11111110 | 11011101 | 1100000 | 0 | 1101 | 0 | 10101100 | 1100011 | 110100 |
Color Harmonies of #09FEDD
Complementary color
Monochromatic Colors of #09FEDD
Black with #09FEDD
Text Example
Text Example
White with #09FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FEDD; }
p { color: rgb(9,254,221); }
H1.HeaderClassName
{
color: #09FEDD;
}
.AnyTagClassName
{
color: #09FEDD;
}
</style>
background-color css
<style>
a { background-color: #09FEDD; }
a { background-color: rgb(9,254,221); }
div.DivClassName
{
background-color: #09FEDD;
}
.BgClassName
{
background-color: #09FEDD;
}
</style>
border-color css
<style>
span { border-color: #09FEDD; }
span { border-color: rgb(9,254,221); }
td.TdClassName
{
border-color: #09FEDD;
}
.TagClassName
{
border-color: #09FEDD;
}
</style>