Shades of Bright Turquoise #09F8C4
Tints of Bright Turquoise #09F8C4
RGB
CMYK
RGB Variations
Color information
#09F8C4 (or 0x09F8C4) is known color: Bright Turquoise. HEX triplet: 09, F8 and C4. RGB value is (9,248,196). Sum of RGB (Red+Green+Blue) = 9+248+196=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #09F8C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F8C4 is #F6073B. Grayscale: #AAAAAA. Windows color (decimal): -16123708 or 12908553. OLE color: 12908553.
HSL color Cylindrical-coordinate representation of color #09F8C4: hue angle of 166.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F8C4 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 248 | 196 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.03 |
| HSL | 166.95º | 0.94% | 0.5% | - |
| HSV(B) | 166.95º | 0.96% | 0.97% | - |
| XYZ | 43.64 | 71.18 | 63.66 | - |
| YUV | 170.61 | 142.32 | 12.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 248 | 196 | 0.96 | 0 | 0.21 | 0.03 | 166.95 | 0.94 | 0.5 |
| Hex | 9 | F8 | C4 | 60 | 0 | 15 | 3 | A7 | 5E | 32 |
| Octal | 11 | 370 | 304 | 140 | 0 | 25 | 3 | 247 | 136 | 62 |
| Binary | 1001 | 11111000 | 11000100 | 1100000 | 0 | 10101 | 11 | 10100111 | 1011110 | 110010 |
Color Harmonies of #09F8C4
Complementary color
Monochromatic Colors of #09F8C4
Black with #09F8C4
Text Example
Text Example
White with #09F8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F8C4; }
p { color: rgb(9,248,196); }
H1.HeaderClassName
{
color: #09F8C4;
}
.AnyTagClassName
{
color: #09F8C4;
}
</style>
background-color css
<style>
a { background-color: #09F8C4; }
a { background-color: rgb(9,248,196); }
div.DivClassName
{
background-color: #09F8C4;
}
.BgClassName
{
background-color: #09F8C4;
}
</style>
border-color css
<style>
span { border-color: #09F8C4; }
span { border-color: rgb(9,248,196); }
td.TdClassName
{
border-color: #09F8C4;
}
.TagClassName
{
border-color: #09F8C4;
}
</style>