Shades of Bright Turquoise #0EF9CB
Tints of Bright Turquoise #0EF9CB
RGB
CMYK
RGB Variations
Color information
#0EF9CB (or 0x0EF9CB) is known color: Bright Turquoise. HEX triplet: 0E, F9 and CB. RGB value is (14,249,203). Sum of RGB (Red+Green+Blue) = 14+249+203=466 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.00% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #0EF9CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF9CB is #F10634. Grayscale: #ADADAD. Windows color (decimal): -15795765 or 13367566. OLE color: 13367566.
HSL color Cylindrical-coordinate representation of color #0EF9CB: hue angle of 168.26º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF9CB is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 249 | 203 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.02 |
| HSL | 168.26º | 0.95% | 0.52% | - |
| HSV(B) | 168.26º | 0.94% | 0.98% | - |
| XYZ | 44.84 | 72.16 | 68.06 | - |
| YUV | 173.49 | 144.64 | 14.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 249 | 203 | 0.94 | 0 | 0.18 | 0.02 | 168.26 | 0.95 | 0.52 |
| Hex | E | F9 | CB | 5E | 0 | 12 | 2 | A8 | 5F | 34 |
| Octal | 16 | 371 | 313 | 136 | 0 | 22 | 2 | 250 | 137 | 64 |
| Binary | 1110 | 11111001 | 11001011 | 1011110 | 0 | 10010 | 10 | 10101000 | 1011111 | 110100 |
Color Harmonies of #0EF9CB
Complementary color
Monochromatic Colors of #0EF9CB
Black with #0EF9CB
Text Example
Text Example
White with #0EF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF9CB; }
p { color: rgb(14,249,203); }
H1.HeaderClassName
{
color: #0EF9CB;
}
.AnyTagClassName
{
color: #0EF9CB;
}
</style>
background-color css
<style>
a { background-color: #0EF9CB; }
a { background-color: rgb(14,249,203); }
div.DivClassName
{
background-color: #0EF9CB;
}
.BgClassName
{
background-color: #0EF9CB;
}
</style>
border-color css
<style>
span { border-color: #0EF9CB; }
span { border-color: rgb(14,249,203); }
td.TdClassName
{
border-color: #0EF9CB;
}
.TagClassName
{
border-color: #0EF9CB;
}
</style>