Shades of Bright Turquoise #09EFC7
Tints of Bright Turquoise #09EFC7
RGB
CMYK
RGB Variations
Color information
#09EFC7 (or 0x09EFC7) is known color: Bright Turquoise. HEX triplet: 09, EF and C7. RGB value is (9,239,199). Sum of RGB (Red+Green+Blue) = 9+239+199=447 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFC7 is #F61038. Grayscale: #A5A5A5. Windows color (decimal): -16126009 or 13102857. OLE color: 13102857.
HSL color Cylindrical-coordinate representation of color #09EFC7: hue angle of 169.57º 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 #09EFC7 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 239 | 199 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.06 |
| HSL | 169.57º | 0.93% | 0.49% | - |
| HSV(B) | 169.57º | 0.96% | 0.94% | - |
| XYZ | 41.29 | 65.91 | 64.58 | - |
| YUV | 165.67 | 146.8 | 16.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 199 | 0.96 | 0 | 0.17 | 0.06 | 169.57 | 0.93 | 0.49 |
| Hex | 9 | EF | C7 | 60 | 0 | 11 | 6 | AA | 5D | 31 |
| Octal | 11 | 357 | 307 | 140 | 0 | 21 | 6 | 252 | 135 | 61 |
| Binary | 1001 | 11101111 | 11000111 | 1100000 | 0 | 10001 | 110 | 10101010 | 1011101 | 110001 |
Color Harmonies of #09EFC7
Complementary color
Monochromatic Colors of #09EFC7
Black with #09EFC7
Text Example
Text Example
White with #09EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFC7; }
p { color: rgb(9,239,199); }
H1.HeaderClassName
{
color: #09EFC7;
}
.AnyTagClassName
{
color: #09EFC7;
}
</style>
background-color css
<style>
a { background-color: #09EFC7; }
a { background-color: rgb(9,239,199); }
div.DivClassName
{
background-color: #09EFC7;
}
.BgClassName
{
background-color: #09EFC7;
}
</style>
border-color css
<style>
span { border-color: #09EFC7; }
span { border-color: rgb(9,239,199); }
td.TdClassName
{
border-color: #09EFC7;
}
.TagClassName
{
border-color: #09EFC7;
}
</style>