Shades of Bright Turquoise #09F0CE
Tints of Bright Turquoise #09F0CE
RGB
CMYK
RGB Variations
Color information
#09F0CE (or 0x09F0CE) is known color: Bright Turquoise. HEX triplet: 09, F0 and CE. RGB value is (9,240,206). Sum of RGB (Red+Green+Blue) = 9+240+206=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0CE is #F60F31. Grayscale: #A6A6A6. Windows color (decimal): -16125746 or 13561865. OLE color: 13561865.
HSL color Cylindrical-coordinate representation of color #09F0CE: hue angle of 171.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F0CE is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 206 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.06 |
| HSL | 171.17º | 0.93% | 0.49% | - |
| HSV(B) | 171.17º | 0.96% | 0.94% | - |
| XYZ | 42.41 | 66.83 | 69.06 | - |
| YUV | 167.06 | 149.97 | 15.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 206 | 0.96 | 0 | 0.14 | 0.06 | 171.17 | 0.93 | 0.49 |
| Hex | 9 | F0 | CE | 60 | 0 | E | 6 | AB | 5D | 31 |
| Octal | 11 | 360 | 316 | 140 | 0 | 16 | 6 | 253 | 135 | 61 |
| Binary | 1001 | 11110000 | 11001110 | 1100000 | 0 | 1110 | 110 | 10101011 | 1011101 | 110001 |
Color Harmonies of #09F0CE
Complementary color
Monochromatic Colors of #09F0CE
Black with #09F0CE
Text Example
Text Example
White with #09F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F0CE; }
p { color: rgb(9,240,206); }
H1.HeaderClassName
{
color: #09F0CE;
}
.AnyTagClassName
{
color: #09F0CE;
}
</style>
background-color css
<style>
a { background-color: #09F0CE; }
a { background-color: rgb(9,240,206); }
div.DivClassName
{
background-color: #09F0CE;
}
.BgClassName
{
background-color: #09F0CE;
}
</style>
border-color css
<style>
span { border-color: #09F0CE; }
span { border-color: rgb(9,240,206); }
td.TdClassName
{
border-color: #09F0CE;
}
.TagClassName
{
border-color: #09F0CE;
}
</style>