Shades of Bright Turquoise #0FEECD
Tints of Bright Turquoise #0FEECD
RGB
CMYK
RGB Variations
Color information
#0FEECD (or 0x0FEECD) is known color: Bright Turquoise. HEX triplet: 0F, EE and CD. RGB value is (15,238,205). Sum of RGB (Red+Green+Blue) = 15+238+205=458 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEECD is #F01132. Grayscale: #A7A7A7. Windows color (decimal): -15733043 or 13495823. OLE color: 13495823.
HSL color Cylindrical-coordinate representation of color #0FEECD: hue angle of 171.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEECD is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 238 | 205 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 171.12º | 0.88% | 0.5% | - |
| HSV(B) | 171.12º | 0.94% | 0.93% | - |
| XYZ | 41.79 | 65.66 | 68.23 | - |
| YUV | 167.56 | 149.12 | 19.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 238 | 205 | 0.94 | 0 | 0.14 | 0.07 | 171.12 | 0.88 | 0.5 |
| Hex | F | EE | CD | 5E | 0 | E | 7 | AB | 58 | 32 |
| Octal | 17 | 356 | 315 | 136 | 0 | 16 | 7 | 253 | 130 | 62 |
| Binary | 1111 | 11101110 | 11001101 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011000 | 110010 |
Color Harmonies of #0FEECD
Complementary color
Monochromatic Colors of #0FEECD
Black with #0FEECD
Text Example
Text Example
White with #0FEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEECD; }
p { color: rgb(15,238,205); }
H1.HeaderClassName
{
color: #0FEECD;
}
.AnyTagClassName
{
color: #0FEECD;
}
</style>
background-color css
<style>
a { background-color: #0FEECD; }
a { background-color: rgb(15,238,205); }
div.DivClassName
{
background-color: #0FEECD;
}
.BgClassName
{
background-color: #0FEECD;
}
</style>
border-color css
<style>
span { border-color: #0FEECD; }
span { border-color: rgb(15,238,205); }
td.TdClassName
{
border-color: #0FEECD;
}
.TagClassName
{
border-color: #0FEECD;
}
</style>