Shades of Bright Turquoise #0FFDEA
Tints of Bright Turquoise #0FFDEA
RGB
CMYK
RGB Variations
Color information
#0FFDEA (or 0x0FFDEA) is known color: Bright Turquoise. HEX triplet: 0F, FD and EA. RGB value is (15,253,234). Sum of RGB (Red+Green+Blue) = 15+253+234=502 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFDEA is #F00215. Grayscale: #B3B3B3. Windows color (decimal): -15729174 or 15400207. OLE color: 15400207.
HSL color Cylindrical-coordinate representation of color #0FFDEA: hue angle of 175.21º 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 #0FFDEA is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 234 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.01 |
| HSL | 175.21º | 0.98% | 0.53% | - |
| HSV(B) | 175.21º | 0.94% | 0.99% | - |
| XYZ | 50.17 | 76.29 | 89.92 | - |
| YUV | 179.67 | 158.65 | 10.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 234 | 0.94 | 0 | 0.08 | 0.01 | 175.21 | 0.98 | 0.53 |
| Hex | F | FD | EA | 5E | 0 | 8 | 1 | AF | 62 | 35 |
| Octal | 17 | 375 | 352 | 136 | 0 | 10 | 1 | 257 | 142 | 65 |
| Binary | 1111 | 11111101 | 11101010 | 1011110 | 0 | 1000 | 1 | 10101111 | 1100010 | 110101 |
Color Harmonies of #0FFDEA
Complementary color
Monochromatic Colors of #0FFDEA
Black with #0FFDEA
Text Example
Text Example
White with #0FFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDEA; }
p { color: rgb(15,253,234); }
H1.HeaderClassName
{
color: #0FFDEA;
}
.AnyTagClassName
{
color: #0FFDEA;
}
</style>
background-color css
<style>
a { background-color: #0FFDEA; }
a { background-color: rgb(15,253,234); }
div.DivClassName
{
background-color: #0FFDEA;
}
.BgClassName
{
background-color: #0FFDEA;
}
</style>
border-color css
<style>
span { border-color: #0FFDEA; }
span { border-color: rgb(15,253,234); }
td.TdClassName
{
border-color: #0FFDEA;
}
.TagClassName
{
border-color: #0FFDEA;
}
</style>