Shades of Bright Turquoise #09FCCE
Tints of Bright Turquoise #09FCCE
RGB
CMYK
RGB Variations
Color information
#09FCCE (or 0x09FCCE) is known color: Bright Turquoise. HEX triplet: 09, FC and CE. RGB value is (9,252,206). Sum of RGB (Red+Green+Blue) = 9+252+206=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCCE is #F60331. Grayscale: #AEAEAE. Windows color (decimal): -16122674 or 13564937. OLE color: 13564937.
HSL color Cylindrical-coordinate representation of color #09FCCE: hue angle of 168.64º 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 #09FCCE is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 252 | 206 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.01 |
| HSL | 168.64º | 0.98% | 0.51% | - |
| HSV(B) | 168.64º | 0.96% | 0.99% | - |
| XYZ | 46.06 | 74.14 | 70.27 | - |
| YUV | 174.1 | 145.99 | 10.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 252 | 206 | 0.96 | 0 | 0.18 | 0.01 | 168.64 | 0.98 | 0.51 |
| Hex | 9 | FC | CE | 60 | 0 | 12 | 1 | A9 | 62 | 33 |
| Octal | 11 | 374 | 316 | 140 | 0 | 22 | 1 | 251 | 142 | 63 |
| Binary | 1001 | 11111100 | 11001110 | 1100000 | 0 | 10010 | 1 | 10101001 | 1100010 | 110011 |
Color Harmonies of #09FCCE
Complementary color
Monochromatic Colors of #09FCCE
Black with #09FCCE
Text Example
Text Example
White with #09FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FCCE; }
p { color: rgb(9,252,206); }
H1.HeaderClassName
{
color: #09FCCE;
}
.AnyTagClassName
{
color: #09FCCE;
}
</style>
background-color css
<style>
a { background-color: #09FCCE; }
a { background-color: rgb(9,252,206); }
div.DivClassName
{
background-color: #09FCCE;
}
.BgClassName
{
background-color: #09FCCE;
}
</style>
border-color css
<style>
span { border-color: #09FCCE; }
span { border-color: rgb(9,252,206); }
td.TdClassName
{
border-color: #09FCCE;
}
.TagClassName
{
border-color: #09FCCE;
}
</style>