Shades of Bright Turquoise #09EAD2
Tints of Bright Turquoise #09EAD2
RGB
CMYK
RGB Variations
Color information
#09EAD2 (or 0x09EAD2) is known color: Bright Turquoise. HEX triplet: 09, EA and D2. RGB value is (9,234,210). Sum of RGB (Red+Green+Blue) = 9+234+210=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #09EAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EAD2 is #F6152D. Grayscale: #A3A3A3. Windows color (decimal): -16127278 or 13822473. OLE color: 13822473.
HSL color Cylindrical-coordinate representation of color #09EAD2: hue angle of 173.6º 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 #09EAD2 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 234 | 210 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.08 |
| HSL | 173.6º | 0.93% | 0.48% | - |
| HSV(B) | 173.6º | 0.96% | 0.92% | - |
| XYZ | 41.17 | 63.56 | 71.07 | - |
| YUV | 163.99 | 153.96 | 17.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 234 | 210 | 0.96 | 0 | 0.10 | 0.08 | 173.6 | 0.93 | 0.48 |
| Hex | 9 | EA | D2 | 60 | 0 | A | 8 | AE | 5D | 30 |
| Octal | 11 | 352 | 322 | 140 | 0 | 12 | 10 | 256 | 135 | 60 |
| Binary | 1001 | 11101010 | 11010010 | 1100000 | 0 | 1010 | 1000 | 10101110 | 1011101 | 110000 |
Color Harmonies of #09EAD2
Complementary color
Monochromatic Colors of #09EAD2
Black with #09EAD2
Text Example
Text Example
White with #09EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EAD2; }
p { color: rgb(9,234,210); }
H1.HeaderClassName
{
color: #09EAD2;
}
.AnyTagClassName
{
color: #09EAD2;
}
</style>
background-color css
<style>
a { background-color: #09EAD2; }
a { background-color: rgb(9,234,210); }
div.DivClassName
{
background-color: #09EAD2;
}
.BgClassName
{
background-color: #09EAD2;
}
</style>
border-color css
<style>
span { border-color: #09EAD2; }
span { border-color: rgb(9,234,210); }
td.TdClassName
{
border-color: #09EAD2;
}
.TagClassName
{
border-color: #09EAD2;
}
</style>