Shades of Bright Turquoise #0FFDE0
Tints of Bright Turquoise #0FFDE0
RGB
CMYK
RGB Variations
Color information
#0FFDE0 (or 0x0FFDE0) is known color: Bright Turquoise. HEX triplet: 0F, FD and E0. RGB value is (15,253,224). Sum of RGB (Red+Green+Blue) = 15+253+224=492 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDE0 is #F0021F. Grayscale: #B2B2B2. Windows color (decimal): -15729184 or 14744847. OLE color: 14744847.
HSL color Cylindrical-coordinate representation of color #0FFDE0: hue angle of 172.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDE0 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 224 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.01 |
| HSL | 172.69º | 0.98% | 0.53% | - |
| HSV(B) | 172.69º | 0.94% | 0.99% | - |
| XYZ | 48.78 | 75.73 | 82.57 | - |
| YUV | 178.53 | 153.65 | 11.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 224 | 0.94 | 0 | 0.11 | 0.01 | 172.69 | 0.98 | 0.53 |
| Hex | F | FD | E0 | 5E | 0 | B | 1 | AD | 62 | 35 |
| Octal | 17 | 375 | 340 | 136 | 0 | 13 | 1 | 255 | 142 | 65 |
| Binary | 1111 | 11111101 | 11100000 | 1011110 | 0 | 1011 | 1 | 10101101 | 1100010 | 110101 |
Color Harmonies of #0FFDE0
Complementary color
Monochromatic Colors of #0FFDE0
Black with #0FFDE0
Text Example
Text Example
White with #0FFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDE0; }
p { color: rgb(15,253,224); }
H1.HeaderClassName
{
color: #0FFDE0;
}
.AnyTagClassName
{
color: #0FFDE0;
}
</style>
background-color css
<style>
a { background-color: #0FFDE0; }
a { background-color: rgb(15,253,224); }
div.DivClassName
{
background-color: #0FFDE0;
}
.BgClassName
{
background-color: #0FFDE0;
}
</style>
border-color css
<style>
span { border-color: #0FFDE0; }
span { border-color: rgb(15,253,224); }
td.TdClassName
{
border-color: #0FFDE0;
}
.TagClassName
{
border-color: #0FFDE0;
}
</style>