Shades of Bright Turquoise #09FFCE
Tints of Bright Turquoise #09FFCE
RGB
CMYK
RGB Variations
Color information
#09FFCE (or 0x09FFCE) is known color: Bright Turquoise. HEX triplet: 09, FF and CE. RGB value is (9,255,206). Sum of RGB (Red+Green+Blue) = 9+255+206=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFCE is #F60031. Grayscale: #AFAFAF. Windows color (decimal): -16121906 or 13565705. OLE color: 13565705.
HSL color Cylindrical-coordinate representation of color #09FFCE: hue angle of 168.05º 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 #09FFCE is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 206 | - |
| CMYK | 0.96 | 0 | 0.19 | 0 |
| HSL | 168.05º | 1% | 0.52% | - |
| HSV(B) | 168.05º | 0.96% | 1% | - |
| XYZ | 47.01 | 76.03 | 70.59 | - |
| YUV | 175.86 | 145 | 8.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 206 | 0.96 | 0 | 0.19 | 0 | 168.05 | 1 | 0.52 |
| Hex | 9 | FF | CE | 60 | 0 | 13 | 0 | A8 | 64 | 34 |
| Octal | 11 | 377 | 316 | 140 | 0 | 23 | 0 | 250 | 144 | 64 |
| Binary | 1001 | 11111111 | 11001110 | 1100000 | 0 | 10011 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #09FFCE
Complementary color
Monochromatic Colors of #09FFCE
Black with #09FFCE
Text Example
Text Example
White with #09FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFCE; }
p { color: rgb(9,255,206); }
H1.HeaderClassName
{
color: #09FFCE;
}
.AnyTagClassName
{
color: #09FFCE;
}
</style>
background-color css
<style>
a { background-color: #09FFCE; }
a { background-color: rgb(9,255,206); }
div.DivClassName
{
background-color: #09FFCE;
}
.BgClassName
{
background-color: #09FFCE;
}
</style>
border-color css
<style>
span { border-color: #09FFCE; }
span { border-color: rgb(9,255,206); }
td.TdClassName
{
border-color: #09FFCE;
}
.TagClassName
{
border-color: #09FFCE;
}
</style>