Shades of Bright Turquoise #0EEFF3
Tints of Bright Turquoise #0EEFF3
RGB
CMYK
RGB Variations
Color information
#0EEFF3 (or 0x0EEFF3) is known color: Bright Turquoise. HEX triplet: 0E, EF and F3. RGB value is (14,239,243). Sum of RGB (Red+Green+Blue) = 14+239+243=496 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.82% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #0EEFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEFF3 is #F1100C. Grayscale: #ABABAB. Windows color (decimal): -15798285 or 15986446. OLE color: 15986446.
HSL color Cylindrical-coordinate representation of color #0EEFF3: hue angle of 181.05º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEFF3 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 239 | 243 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.05 |
| HSL | 181.05º | 0.91% | 0.5% | - |
| HSV(B) | 181.05º | 0.94% | 0.95% | - |
| XYZ | 47.23 | 68.3 | 95.49 | - |
| YUV | 172.18 | 167.96 | 15.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 243 | 0.94 | 0.02 | 0 | 0.05 | 181.05 | 0.91 | 0.5 |
| Hex | E | EF | F3 | 5E | 2 | 0 | 5 | B5 | 5B | 32 |
| Octal | 16 | 357 | 363 | 136 | 2 | 0 | 5 | 265 | 133 | 62 |
| Binary | 1110 | 11101111 | 11110011 | 1011110 | 10 | 0 | 101 | 10110101 | 1011011 | 110010 |
Color Harmonies of #0EEFF3
Complementary color
Monochromatic Colors of #0EEFF3
Black with #0EEFF3
Text Example
Text Example
White with #0EEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEFF3; }
p { color: rgb(14,239,243); }
H1.HeaderClassName
{
color: #0EEFF3;
}
.AnyTagClassName
{
color: #0EEFF3;
}
</style>
background-color css
<style>
a { background-color: #0EEFF3; }
a { background-color: rgb(14,239,243); }
div.DivClassName
{
background-color: #0EEFF3;
}
.BgClassName
{
background-color: #0EEFF3;
}
</style>
border-color css
<style>
span { border-color: #0EEFF3; }
span { border-color: rgb(14,239,243); }
td.TdClassName
{
border-color: #0EEFF3;
}
.TagClassName
{
border-color: #0EEFF3;
}
</style>