Shades of Bright Turquoise #09FFC3
Tints of Bright Turquoise #09FFC3
RGB
CMYK
RGB Variations
Color information
#09FFC3 (or 0x09FFC3) is known color: Bright Turquoise. HEX triplet: 09, FF and C3. RGB value is (9,255,195). Sum of RGB (Red+Green+Blue) = 9+255+195=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFC3 is #F6003C. Grayscale: #AEAEAE. Windows color (decimal): -16121917 or 12844809. OLE color: 12844809.
HSL color Cylindrical-coordinate representation of color #09FFC3: hue angle of 165.37º 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 #09FFC3 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 195 | - |
| CMYK | 0.96 | 0 | 0.24 | 0 |
| HSL | 165.37º | 1% | 0.52% | - |
| HSV(B) | 165.37º | 0.96% | 1% | - |
| XYZ | 45.72 | 75.52 | 63.8 | - |
| YUV | 174.61 | 139.5 | 9.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 195 | 0.96 | 0 | 0.24 | 0 | 165.37 | 1 | 0.52 |
| Hex | 9 | FF | C3 | 60 | 0 | 18 | 0 | A5 | 64 | 34 |
| Octal | 11 | 377 | 303 | 140 | 0 | 30 | 0 | 245 | 144 | 64 |
| Binary | 1001 | 11111111 | 11000011 | 1100000 | 0 | 11000 | 0 | 10100101 | 1100100 | 110100 |
Color Harmonies of #09FFC3
Complementary color
Monochromatic Colors of #09FFC3
Black with #09FFC3
Text Example
Text Example
White with #09FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFC3; }
p { color: rgb(9,255,195); }
H1.HeaderClassName
{
color: #09FFC3;
}
.AnyTagClassName
{
color: #09FFC3;
}
</style>
background-color css
<style>
a { background-color: #09FFC3; }
a { background-color: rgb(9,255,195); }
div.DivClassName
{
background-color: #09FFC3;
}
.BgClassName
{
background-color: #09FFC3;
}
</style>
border-color css
<style>
span { border-color: #09FFC3; }
span { border-color: rgb(9,255,195); }
td.TdClassName
{
border-color: #09FFC3;
}
.TagClassName
{
border-color: #09FFC3;
}
</style>