Shades of Bright Turquoise #0EDFCC
Tints of Bright Turquoise #0EDFCC
RGB
CMYK
RGB Variations
Color information
#0EDFCC (or 0x0EDFCC) is known color: Bright Turquoise. HEX triplet: 0E, DF and CC. RGB value is (14,223,204). Sum of RGB (Red+Green+Blue) = 14+223+204=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDFCC is #F12033. Grayscale: #9E9E9E. Windows color (decimal): -15802420 or 13426446. OLE color: 13426446.
HSL color Cylindrical-coordinate representation of color #0EDFCC: hue angle of 174.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFCC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 204 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.13 |
| HSL | 174.55º | 0.88% | 0.46% | - |
| HSV(B) | 174.55º | 0.94% | 0.87% | - |
| XYZ | 37.47 | 57.23 | 66.2 | - |
| YUV | 158.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 204 | 0.94 | 0 | 0.09 | 0.13 | 174.55 | 0.88 | 0.46 |
| Hex | E | DF | CC | 5E | 0 | 9 | D | AF | 58 | 2E |
| Octal | 16 | 337 | 314 | 136 | 0 | 11 | 15 | 257 | 130 | 56 |
| Binary | 1110 | 11011111 | 11001100 | 1011110 | 0 | 1001 | 1101 | 10101111 | 1011000 | 101110 |
Color Harmonies of #0EDFCC
Complementary color
Monochromatic Colors of #0EDFCC
Black with #0EDFCC
Text Example
Text Example
White with #0EDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFCC; }
p { color: rgb(14,223,204); }
H1.HeaderClassName
{
color: #0EDFCC;
}
.AnyTagClassName
{
color: #0EDFCC;
}
</style>
background-color css
<style>
a { background-color: #0EDFCC; }
a { background-color: rgb(14,223,204); }
div.DivClassName
{
background-color: #0EDFCC;
}
.BgClassName
{
background-color: #0EDFCC;
}
</style>
border-color css
<style>
span { border-color: #0EDFCC; }
span { border-color: rgb(14,223,204); }
td.TdClassName
{
border-color: #0EDFCC;
}
.TagClassName
{
border-color: #0EDFCC;
}
</style>