Shades of Bright Turquoise #09EEF0
Tints of Bright Turquoise #09EEF0
RGB
CMYK
RGB Variations
Color information
#09EEF0 (or 0x09EEF0) is known color: Bright Turquoise. HEX triplet: 09, EE and F0. RGB value is (9,238,240). Sum of RGB (Red+Green+Blue) = 9+238+240=487 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #09EEF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EEF0 is #F6110F. Grayscale: #A9A9A9. Windows color (decimal): -16126224 or 15789577. OLE color: 15789577.
HSL color Cylindrical-coordinate representation of color #09EEF0: hue angle of 180.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EEF0 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 238 | 240 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.06 |
| HSL | 180.52º | 0.93% | 0.49% | - |
| HSV(B) | 180.52º | 0.96% | 0.94% | - |
| XYZ | 46.42 | 67.5 | 93.02 | - |
| YUV | 169.76 | 167.63 | 13.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 240 | 0.96 | 0.01 | 0 | 0.06 | 180.52 | 0.93 | 0.49 |
| Hex | 9 | EE | F0 | 60 | 1 | 0 | 6 | B5 | 5D | 31 |
| Octal | 11 | 356 | 360 | 140 | 1 | 0 | 6 | 265 | 135 | 61 |
| Binary | 1001 | 11101110 | 11110000 | 1100000 | 1 | 0 | 110 | 10110101 | 1011101 | 110001 |
Color Harmonies of #09EEF0
Complementary color
Monochromatic Colors of #09EEF0
Black with #09EEF0
Text Example
Text Example
White with #09EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EEF0; }
p { color: rgb(9,238,240); }
H1.HeaderClassName
{
color: #09EEF0;
}
.AnyTagClassName
{
color: #09EEF0;
}
</style>
background-color css
<style>
a { background-color: #09EEF0; }
a { background-color: rgb(9,238,240); }
div.DivClassName
{
background-color: #09EEF0;
}
.BgClassName
{
background-color: #09EEF0;
}
</style>
border-color css
<style>
span { border-color: #09EEF0; }
span { border-color: rgb(9,238,240); }
td.TdClassName
{
border-color: #09EEF0;
}
.TagClassName
{
border-color: #09EEF0;
}
</style>