Shades of Bright Turquoise #09EEF2
Tints of Bright Turquoise #09EEF2
RGB
CMYK
RGB Variations
Color information
#09EEF2 (or 0x09EEF2) is known color: Bright Turquoise. HEX triplet: 09, EE and F2. RGB value is (9,238,242). Sum of RGB (Red+Green+Blue) = 9+238+242=489 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #09EEF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EEF2 is #F6110D. Grayscale: #A9A9A9. Windows color (decimal): -16126222 or 15920649. OLE color: 15920649.
HSL color Cylindrical-coordinate representation of color #09EEF2: hue angle of 181.03º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EEF2 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 238 | 242 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.05 |
| HSL | 181.03º | 0.93% | 0.49% | - |
| HSV(B) | 181.03º | 0.96% | 0.95% | - |
| XYZ | 46.71 | 67.62 | 94.59 | - |
| YUV | 169.99 | 168.63 | 13.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 242 | 0.96 | 0.02 | 0 | 0.05 | 181.03 | 0.93 | 0.49 |
| Hex | 9 | EE | F2 | 60 | 2 | 0 | 5 | B5 | 5D | 31 |
| Octal | 11 | 356 | 362 | 140 | 2 | 0 | 5 | 265 | 135 | 61 |
| Binary | 1001 | 11101110 | 11110010 | 1100000 | 10 | 0 | 101 | 10110101 | 1011101 | 110001 |
Color Harmonies of #09EEF2
Complementary color
Monochromatic Colors of #09EEF2
Black with #09EEF2
Text Example
Text Example
White with #09EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EEF2; }
p { color: rgb(9,238,242); }
H1.HeaderClassName
{
color: #09EEF2;
}
.AnyTagClassName
{
color: #09EEF2;
}
</style>
background-color css
<style>
a { background-color: #09EEF2; }
a { background-color: rgb(9,238,242); }
div.DivClassName
{
background-color: #09EEF2;
}
.BgClassName
{
background-color: #09EEF2;
}
</style>
border-color css
<style>
span { border-color: #09EEF2; }
span { border-color: rgb(9,238,242); }
td.TdClassName
{
border-color: #09EEF2;
}
.TagClassName
{
border-color: #09EEF2;
}
</style>