Shades of Bright Turquoise #09D4EF
Tints of Bright Turquoise #09D4EF
RGB
CMYK
RGB Variations
Color information
#09D4EF (or 0x09D4EF) is known color: Bright Turquoise. HEX triplet: 09, D4 and EF. RGB value is (9,212,239). Sum of RGB (Red+Green+Blue) = 9+212+239=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #09D4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D4EF is #F62B10. Grayscale: #9A9A9A. Windows color (decimal): -16132881 or 15717385. OLE color: 15717385.
HSL color Cylindrical-coordinate representation of color #09D4EF: hue angle of 187.04º 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 #09D4EF is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 212 | 239 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.06 |
| HSL | 187.04º | 0.93% | 0.49% | - |
| HSV(B) | 187.04º | 0.96% | 0.94% | - |
| XYZ | 39.24 | 53.38 | 89.9 | - |
| YUV | 154.38 | 175.75 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 212 | 239 | 0.96 | 0.11 | 0 | 0.06 | 187.04 | 0.93 | 0.49 |
| Hex | 9 | D4 | EF | 60 | B | 0 | 6 | BB | 5D | 31 |
| Octal | 11 | 324 | 357 | 140 | 13 | 0 | 6 | 273 | 135 | 61 |
| Binary | 1001 | 11010100 | 11101111 | 1100000 | 1011 | 0 | 110 | 10111011 | 1011101 | 110001 |
Color Harmonies of #09D4EF
Complementary color
Monochromatic Colors of #09D4EF
Black with #09D4EF
Text Example
Text Example
White with #09D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D4EF; }
p { color: rgb(9,212,239); }
H1.HeaderClassName
{
color: #09D4EF;
}
.AnyTagClassName
{
color: #09D4EF;
}
</style>
background-color css
<style>
a { background-color: #09D4EF; }
a { background-color: rgb(9,212,239); }
div.DivClassName
{
background-color: #09D4EF;
}
.BgClassName
{
background-color: #09D4EF;
}
</style>
border-color css
<style>
span { border-color: #09D4EF; }
span { border-color: rgb(9,212,239); }
td.TdClassName
{
border-color: #09D4EF;
}
.TagClassName
{
border-color: #09D4EF;
}
</style>