Shades of Bright Turquoise #0FFDE5
Tints of Bright Turquoise #0FFDE5
RGB
CMYK
RGB Variations
Color information
#0FFDE5 (or 0x0FFDE5) is known color: Bright Turquoise. HEX triplet: 0F, FD and E5. RGB value is (15,253,229). Sum of RGB (Red+Green+Blue) = 15+253+229=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDE5 is #F0021A. Grayscale: #B2B2B2. Windows color (decimal): -15729179 or 15072527. OLE color: 15072527.
HSL color Cylindrical-coordinate representation of color #0FFDE5: hue angle of 173.95º 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 #0FFDE5 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 229 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.01 |
| HSL | 173.95º | 0.98% | 0.53% | - |
| HSV(B) | 173.95º | 0.94% | 0.99% | - |
| XYZ | 49.47 | 76.01 | 86.19 | - |
| YUV | 179.1 | 156.15 | 10.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 229 | 0.94 | 0 | 0.09 | 0.01 | 173.95 | 0.98 | 0.53 |
| Hex | F | FD | E5 | 5E | 0 | 9 | 1 | AE | 62 | 35 |
| Octal | 17 | 375 | 345 | 136 | 0 | 11 | 1 | 256 | 142 | 65 |
| Binary | 1111 | 11111101 | 11100101 | 1011110 | 0 | 1001 | 1 | 10101110 | 1100010 | 110101 |
Color Harmonies of #0FFDE5
Complementary color
Monochromatic Colors of #0FFDE5
Black with #0FFDE5
Text Example
Text Example
White with #0FFDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDE5; }
p { color: rgb(15,253,229); }
H1.HeaderClassName
{
color: #0FFDE5;
}
.AnyTagClassName
{
color: #0FFDE5;
}
</style>
background-color css
<style>
a { background-color: #0FFDE5; }
a { background-color: rgb(15,253,229); }
div.DivClassName
{
background-color: #0FFDE5;
}
.BgClassName
{
background-color: #0FFDE5;
}
</style>
border-color css
<style>
span { border-color: #0FFDE5; }
span { border-color: rgb(15,253,229); }
td.TdClassName
{
border-color: #0FFDE5;
}
.TagClassName
{
border-color: #0FFDE5;
}
</style>