Shades of Bright Turquoise #09EBF2
Tints of Bright Turquoise #09EBF2
RGB
CMYK
RGB Variations
Color information
#09EBF2 (or 0x09EBF2) is known color: Bright Turquoise. HEX triplet: 09, EB and F2. RGB value is (9,235,242). Sum of RGB (Red+Green+Blue) = 9+235+242=486 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #09EBF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EBF2 is #F6140D. Grayscale: #A7A7A7. Windows color (decimal): -16126990 or 15919881. OLE color: 15919881.
HSL color Cylindrical-coordinate representation of color #09EBF2: hue angle of 181.8º 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 #09EBF2 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 235 | 242 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.05 |
| HSL | 181.8º | 0.93% | 0.49% | - |
| HSV(B) | 181.8º | 0.96% | 0.95% | - |
| XYZ | 45.85 | 65.89 | 94.31 | - |
| YUV | 168.22 | 169.63 | 14.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 235 | 242 | 0.96 | 0.03 | 0 | 0.05 | 181.8 | 0.93 | 0.49 |
| Hex | 9 | EB | F2 | 60 | 3 | 0 | 5 | B6 | 5D | 31 |
| Octal | 11 | 353 | 362 | 140 | 3 | 0 | 5 | 266 | 135 | 61 |
| Binary | 1001 | 11101011 | 11110010 | 1100000 | 11 | 0 | 101 | 10110110 | 1011101 | 110001 |
Color Harmonies of #09EBF2
Complementary color
Monochromatic Colors of #09EBF2
Black with #09EBF2
Text Example
Text Example
White with #09EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EBF2; }
p { color: rgb(9,235,242); }
H1.HeaderClassName
{
color: #09EBF2;
}
.AnyTagClassName
{
color: #09EBF2;
}
</style>
background-color css
<style>
a { background-color: #09EBF2; }
a { background-color: rgb(9,235,242); }
div.DivClassName
{
background-color: #09EBF2;
}
.BgClassName
{
background-color: #09EBF2;
}
</style>
border-color css
<style>
span { border-color: #09EBF2; }
span { border-color: rgb(9,235,242); }
td.TdClassName
{
border-color: #09EBF2;
}
.TagClassName
{
border-color: #09EBF2;
}
</style>