Shades of Bright Turquoise #0FFDE4
Tints of Bright Turquoise #0FFDE4
RGB
CMYK
RGB Variations
Color information
#0FFDE4 (or 0x0FFDE4) is known color: Bright Turquoise. HEX triplet: 0F, FD and E4. RGB value is (15,253,228). Sum of RGB (Red+Green+Blue) = 15+253+228=496 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDE4 is #F0021B. Grayscale: #B2B2B2. Windows color (decimal): -15729180 or 15006991. OLE color: 15006991.
HSL color Cylindrical-coordinate representation of color #0FFDE4: hue angle of 173.7º 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 #0FFDE4 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 228 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.01 |
| HSL | 173.7º | 0.98% | 0.53% | - |
| HSV(B) | 173.7º | 0.94% | 0.99% | - |
| XYZ | 49.33 | 75.95 | 85.46 | - |
| YUV | 178.99 | 155.65 | 11.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 228 | 0.94 | 0 | 0.10 | 0.01 | 173.7 | 0.98 | 0.53 |
| Hex | F | FD | E4 | 5E | 0 | A | 1 | AE | 62 | 35 |
| Octal | 17 | 375 | 344 | 136 | 0 | 12 | 1 | 256 | 142 | 65 |
| Binary | 1111 | 11111101 | 11100100 | 1011110 | 0 | 1010 | 1 | 10101110 | 1100010 | 110101 |
Color Harmonies of #0FFDE4
Complementary color
Monochromatic Colors of #0FFDE4
Black with #0FFDE4
Text Example
Text Example
White with #0FFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDE4; }
p { color: rgb(15,253,228); }
H1.HeaderClassName
{
color: #0FFDE4;
}
.AnyTagClassName
{
color: #0FFDE4;
}
</style>
background-color css
<style>
a { background-color: #0FFDE4; }
a { background-color: rgb(15,253,228); }
div.DivClassName
{
background-color: #0FFDE4;
}
.BgClassName
{
background-color: #0FFDE4;
}
</style>
border-color css
<style>
span { border-color: #0FFDE4; }
span { border-color: rgb(15,253,228); }
td.TdClassName
{
border-color: #0FFDE4;
}
.TagClassName
{
border-color: #0FFDE4;
}
</style>