Shades of Bright Turquoise #09F0D3
Tints of Bright Turquoise #09F0D3
RGB
CMYK
RGB Variations
Color information
#09F0D3 (or 0x09F0D3) is known color: Bright Turquoise. HEX triplet: 09, F0 and D3. RGB value is (9,240,211). Sum of RGB (Red+Green+Blue) = 9+240+211=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0D3 is #F60F2C. Grayscale: #A7A7A7. Windows color (decimal): -16125741 or 13889545. OLE color: 13889545.
HSL color Cylindrical-coordinate representation of color #09F0D3: hue angle of 172.47º 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 #09F0D3 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 211 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.06 |
| HSL | 172.47º | 0.93% | 0.49% | - |
| HSV(B) | 172.47º | 0.96% | 0.94% | - |
| XYZ | 43.03 | 67.08 | 72.31 | - |
| YUV | 167.63 | 152.47 | 14.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 211 | 0.96 | 0 | 0.12 | 0.06 | 172.47 | 0.93 | 0.49 |
| Hex | 9 | F0 | D3 | 60 | 0 | C | 6 | AC | 5D | 31 |
| Octal | 11 | 360 | 323 | 140 | 0 | 14 | 6 | 254 | 135 | 61 |
| Binary | 1001 | 11110000 | 11010011 | 1100000 | 0 | 1100 | 110 | 10101100 | 1011101 | 110001 |
Color Harmonies of #09F0D3
Complementary color
Monochromatic Colors of #09F0D3
Black with #09F0D3
Text Example
Text Example
White with #09F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F0D3; }
p { color: rgb(9,240,211); }
H1.HeaderClassName
{
color: #09F0D3;
}
.AnyTagClassName
{
color: #09F0D3;
}
</style>
background-color css
<style>
a { background-color: #09F0D3; }
a { background-color: rgb(9,240,211); }
div.DivClassName
{
background-color: #09F0D3;
}
.BgClassName
{
background-color: #09F0D3;
}
</style>
border-color css
<style>
span { border-color: #09F0D3; }
span { border-color: rgb(9,240,211); }
td.TdClassName
{
border-color: #09F0D3;
}
.TagClassName
{
border-color: #09F0D3;
}
</style>