Shades of Bright Turquoise #09EECA
Tints of Bright Turquoise #09EECA
RGB
CMYK
RGB Variations
Color information
#09EECA (or 0x09EECA) is known color: Bright Turquoise. HEX triplet: 09, EE and CA. RGB value is (9,238,202). Sum of RGB (Red+Green+Blue) = 9+238+202=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #09EECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EECA is #F61135. Grayscale: #A5A5A5. Windows color (decimal): -16126262 or 13299209. OLE color: 13299209.
HSL color Cylindrical-coordinate representation of color #09EECA: hue angle of 170.57º 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 #09EECA is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 202 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.07 |
| HSL | 170.57º | 0.93% | 0.48% | - |
| HSV(B) | 170.57º | 0.96% | 0.93% | - |
| XYZ | 41.35 | 65.47 | 66.34 | - |
| YUV | 165.43 | 148.63 | 16.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 202 | 0.96 | 0 | 0.15 | 0.07 | 170.57 | 0.93 | 0.48 |
| Hex | 9 | EE | CA | 60 | 0 | F | 7 | AB | 5D | 30 |
| Octal | 11 | 356 | 312 | 140 | 0 | 17 | 7 | 253 | 135 | 60 |
| Binary | 1001 | 11101110 | 11001010 | 1100000 | 0 | 1111 | 111 | 10101011 | 1011101 | 110000 |
Color Harmonies of #09EECA
Complementary color
Monochromatic Colors of #09EECA
Black with #09EECA
Text Example
Text Example
White with #09EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EECA; }
p { color: rgb(9,238,202); }
H1.HeaderClassName
{
color: #09EECA;
}
.AnyTagClassName
{
color: #09EECA;
}
</style>
background-color css
<style>
a { background-color: #09EECA; }
a { background-color: rgb(9,238,202); }
div.DivClassName
{
background-color: #09EECA;
}
.BgClassName
{
background-color: #09EECA;
}
</style>
border-color css
<style>
span { border-color: #09EECA; }
span { border-color: rgb(9,238,202); }
td.TdClassName
{
border-color: #09EECA;
}
.TagClassName
{
border-color: #09EECA;
}
</style>