Shades of Bright Turquoise #09EFBC
Tints of Bright Turquoise #09EFBC
RGB
CMYK
RGB Variations
Color information
#09EFBC (or 0x09EFBC) is known color: Bright Turquoise. HEX triplet: 09, EF and BC. RGB value is (9,239,188). Sum of RGB (Red+Green+Blue) = 9+239+188=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFBC is #F61043. Grayscale: #A4A4A4. Windows color (decimal): -16126020 or 12381961. OLE color: 12381961.
HSL color Cylindrical-coordinate representation of color #09EFBC: hue angle of 166.7º 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 #09EFBC is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 239 | 188 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.06 |
| HSL | 166.7º | 0.93% | 0.49% | - |
| HSV(B) | 166.7º | 0.96% | 0.94% | - |
| XYZ | 40.06 | 65.42 | 58.09 | - |
| YUV | 164.42 | 141.3 | 17.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 188 | 0.96 | 0 | 0.21 | 0.06 | 166.7 | 0.93 | 0.49 |
| Hex | 9 | EF | BC | 60 | 0 | 15 | 6 | A7 | 5D | 31 |
| Octal | 11 | 357 | 274 | 140 | 0 | 25 | 6 | 247 | 135 | 61 |
| Binary | 1001 | 11101111 | 10111100 | 1100000 | 0 | 10101 | 110 | 10100111 | 1011101 | 110001 |
Color Harmonies of #09EFBC
Complementary color
Monochromatic Colors of #09EFBC
Black with #09EFBC
Text Example
Text Example
White with #09EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFBC; }
p { color: rgb(9,239,188); }
H1.HeaderClassName
{
color: #09EFBC;
}
.AnyTagClassName
{
color: #09EFBC;
}
</style>
background-color css
<style>
a { background-color: #09EFBC; }
a { background-color: rgb(9,239,188); }
div.DivClassName
{
background-color: #09EFBC;
}
.BgClassName
{
background-color: #09EFBC;
}
</style>
border-color css
<style>
span { border-color: #09EFBC; }
span { border-color: rgb(9,239,188); }
td.TdClassName
{
border-color: #09EFBC;
}
.TagClassName
{
border-color: #09EFBC;
}
</style>