Shades of Bright Turquoise #0FFEDD
Tints of Bright Turquoise #0FFEDD
RGB
CMYK
RGB Variations
Color information
#0FFEDD (or 0x0FFEDD) is known color: Bright Turquoise. HEX triplet: 0F, FE and DD. RGB value is (15,254,221). Sum of RGB (Red+Green+Blue) = 15+254+221=490 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.06% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFEDD is #F00122. Grayscale: #B2B2B2. Windows color (decimal): -15728931 or 14548495. OLE color: 14548495.
HSL color Cylindrical-coordinate representation of color #0FFEDD: hue angle of 171.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFEDD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 221 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.00 |
| HSL | 171.72º | 0.99% | 0.53% | - |
| HSV(B) | 171.72º | 0.94% | 1% | - |
| XYZ | 48.69 | 76.21 | 80.55 | - |
| YUV | 178.78 | 151.82 | 11.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 221 | 0.94 | 0 | 0.13 | 0.00 | 171.72 | 0.99 | 0.53 |
| Hex | F | FE | DD | 5E | 0 | D | 0 | AC | 63 | 35 |
| Octal | 17 | 376 | 335 | 136 | 0 | 15 | 0 | 254 | 143 | 65 |
| Binary | 1111 | 11111110 | 11011101 | 1011110 | 0 | 1101 | 0 | 10101100 | 1100011 | 110101 |
Color Harmonies of #0FFEDD
Complementary color
Monochromatic Colors of #0FFEDD
Black with #0FFEDD
Text Example
Text Example
White with #0FFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFEDD; }
p { color: rgb(15,254,221); }
H1.HeaderClassName
{
color: #0FFEDD;
}
.AnyTagClassName
{
color: #0FFEDD;
}
</style>
background-color css
<style>
a { background-color: #0FFEDD; }
a { background-color: rgb(15,254,221); }
div.DivClassName
{
background-color: #0FFEDD;
}
.BgClassName
{
background-color: #0FFEDD;
}
</style>
border-color css
<style>
span { border-color: #0FFEDD; }
span { border-color: rgb(15,254,221); }
td.TdClassName
{
border-color: #0FFEDD;
}
.TagClassName
{
border-color: #0FFEDD;
}
</style>