Shades of Bright Turquoise #09D4EA
Tints of Bright Turquoise #09D4EA
RGB
CMYK
RGB Variations
Color information
#09D4EA (or 0x09D4EA) is known color: Bright Turquoise. HEX triplet: 09, D4 and EA. RGB value is (9,212,234). Sum of RGB (Red+Green+Blue) = 9+212+234=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #09D4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D4EA is #F62B15. Grayscale: #999999. Windows color (decimal): -16132886 or 15389705. OLE color: 15389705.
HSL color Cylindrical-coordinate representation of color #09D4EA: hue angle of 185.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D4EA is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 212 | 234 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.08 |
| HSL | 185.87º | 0.93% | 0.48% | - |
| HSV(B) | 185.87º | 0.96% | 0.92% | - |
| XYZ | 38.51 | 53.09 | 86.06 | - |
| YUV | 153.81 | 173.25 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 212 | 234 | 0.96 | 0.09 | 0 | 0.08 | 185.87 | 0.93 | 0.48 |
| Hex | 9 | D4 | EA | 60 | 9 | 0 | 8 | BA | 5D | 30 |
| Octal | 11 | 324 | 352 | 140 | 11 | 0 | 10 | 272 | 135 | 60 |
| Binary | 1001 | 11010100 | 11101010 | 1100000 | 1001 | 0 | 1000 | 10111010 | 1011101 | 110000 |
Color Harmonies of #09D4EA
Complementary color
Monochromatic Colors of #09D4EA
Black with #09D4EA
Text Example
Text Example
White with #09D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D4EA; }
p { color: rgb(9,212,234); }
H1.HeaderClassName
{
color: #09D4EA;
}
.AnyTagClassName
{
color: #09D4EA;
}
</style>
background-color css
<style>
a { background-color: #09D4EA; }
a { background-color: rgb(9,212,234); }
div.DivClassName
{
background-color: #09D4EA;
}
.BgClassName
{
background-color: #09D4EA;
}
</style>
border-color css
<style>
span { border-color: #09D4EA; }
span { border-color: rgb(9,212,234); }
td.TdClassName
{
border-color: #09D4EA;
}
.TagClassName
{
border-color: #09D4EA;
}
</style>