Shades of Bright Turquoise #0FEACD
Tints of Bright Turquoise #0FEACD
RGB
CMYK
RGB Variations
Color information
#0FEACD (or 0x0FEACD) is known color: Bright Turquoise. HEX triplet: 0F, EA and CD. RGB value is (15,234,205). Sum of RGB (Red+Green+Blue) = 15+234+205=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEACD is #F01532. Grayscale: #A5A5A5. Windows color (decimal): -15734067 or 13494799. OLE color: 13494799.
HSL color Cylindrical-coordinate representation of color #0FEACD: hue angle of 172.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEACD is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 205 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.08 |
| HSL | 172.05º | 0.88% | 0.49% | - |
| HSV(B) | 172.05º | 0.94% | 0.92% | - |
| XYZ | 40.64 | 63.35 | 67.84 | - |
| YUV | 165.21 | 150.45 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 205 | 0.94 | 0 | 0.12 | 0.08 | 172.05 | 0.88 | 0.49 |
| Hex | F | EA | CD | 5E | 0 | C | 8 | AC | 58 | 31 |
| Octal | 17 | 352 | 315 | 136 | 0 | 14 | 10 | 254 | 130 | 61 |
| Binary | 1111 | 11101010 | 11001101 | 1011110 | 0 | 1100 | 1000 | 10101100 | 1011000 | 110001 |
Color Harmonies of #0FEACD
Complementary color
Monochromatic Colors of #0FEACD
Black with #0FEACD
Text Example
Text Example
White with #0FEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEACD; }
p { color: rgb(15,234,205); }
H1.HeaderClassName
{
color: #0FEACD;
}
.AnyTagClassName
{
color: #0FEACD;
}
</style>
background-color css
<style>
a { background-color: #0FEACD; }
a { background-color: rgb(15,234,205); }
div.DivClassName
{
background-color: #0FEACD;
}
.BgClassName
{
background-color: #0FEACD;
}
</style>
border-color css
<style>
span { border-color: #0FEACD; }
span { border-color: rgb(15,234,205); }
td.TdClassName
{
border-color: #0FEACD;
}
.TagClassName
{
border-color: #0FEACD;
}
</style>