Shades of Bright Turquoise #09EFC4
Tints of Bright Turquoise #09EFC4
RGB
CMYK
RGB Variations
Color information
#09EFC4 (or 0x09EFC4) is known color: Bright Turquoise. HEX triplet: 09, EF and C4. RGB value is (9,239,196). Sum of RGB (Red+Green+Blue) = 9+239+196=444 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFC4 is #F6103B. Grayscale: #A5A5A5. Windows color (decimal): -16126012 or 12906249. OLE color: 12906249.
HSL color Cylindrical-coordinate representation of color #09EFC4: hue angle of 168.78º 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 #09EFC4 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 239 | 196 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.06 |
| HSL | 168.78º | 0.93% | 0.49% | - |
| HSV(B) | 168.78º | 0.96% | 0.94% | - |
| XYZ | 40.94 | 65.78 | 62.76 | - |
| YUV | 165.33 | 145.3 | 16.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 196 | 0.96 | 0 | 0.18 | 0.06 | 168.78 | 0.93 | 0.49 |
| Hex | 9 | EF | C4 | 60 | 0 | 12 | 6 | A9 | 5D | 31 |
| Octal | 11 | 357 | 304 | 140 | 0 | 22 | 6 | 251 | 135 | 61 |
| Binary | 1001 | 11101111 | 11000100 | 1100000 | 0 | 10010 | 110 | 10101001 | 1011101 | 110001 |
Color Harmonies of #09EFC4
Complementary color
Monochromatic Colors of #09EFC4
Black with #09EFC4
Text Example
Text Example
White with #09EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFC4; }
p { color: rgb(9,239,196); }
H1.HeaderClassName
{
color: #09EFC4;
}
.AnyTagClassName
{
color: #09EFC4;
}
</style>
background-color css
<style>
a { background-color: #09EFC4; }
a { background-color: rgb(9,239,196); }
div.DivClassName
{
background-color: #09EFC4;
}
.BgClassName
{
background-color: #09EFC4;
}
</style>
border-color css
<style>
span { border-color: #09EFC4; }
span { border-color: rgb(9,239,196); }
td.TdClassName
{
border-color: #09EFC4;
}
.TagClassName
{
border-color: #09EFC4;
}
</style>