Shades of Bright Turquoise #09D4EE
Tints of Bright Turquoise #09D4EE
RGB
CMYK
RGB Variations
Color information
#09D4EE (or 0x09D4EE) is known color: Bright Turquoise. HEX triplet: 09, D4 and EE. RGB value is (9,212,238). Sum of RGB (Red+Green+Blue) = 9+212+238=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #09D4EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D4EE is #F62B11. Grayscale: #999999. Windows color (decimal): -16132882 or 15651849. OLE color: 15651849.
HSL color Cylindrical-coordinate representation of color #09D4EE: hue angle of 186.81º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D4EE is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 212 | 238 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.07 |
| HSL | 186.81º | 0.93% | 0.48% | - |
| HSV(B) | 186.81º | 0.96% | 0.93% | - |
| XYZ | 39.09 | 53.32 | 89.12 | - |
| YUV | 154.27 | 175.25 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 212 | 238 | 0.96 | 0.11 | 0 | 0.07 | 186.81 | 0.93 | 0.48 |
| Hex | 9 | D4 | EE | 60 | B | 0 | 7 | BB | 5D | 30 |
| Octal | 11 | 324 | 356 | 140 | 13 | 0 | 7 | 273 | 135 | 60 |
| Binary | 1001 | 11010100 | 11101110 | 1100000 | 1011 | 0 | 111 | 10111011 | 1011101 | 110000 |
Color Harmonies of #09D4EE
Complementary color
Monochromatic Colors of #09D4EE
Black with #09D4EE
Text Example
Text Example
White with #09D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D4EE; }
p { color: rgb(9,212,238); }
H1.HeaderClassName
{
color: #09D4EE;
}
.AnyTagClassName
{
color: #09D4EE;
}
</style>
background-color css
<style>
a { background-color: #09D4EE; }
a { background-color: rgb(9,212,238); }
div.DivClassName
{
background-color: #09D4EE;
}
.BgClassName
{
background-color: #09D4EE;
}
</style>
border-color css
<style>
span { border-color: #09D4EE; }
span { border-color: rgb(9,212,238); }
td.TdClassName
{
border-color: #09D4EE;
}
.TagClassName
{
border-color: #09D4EE;
}
</style>