Shades of Bright Turquoise #0FFEDA
Tints of Bright Turquoise #0FFEDA
RGB
CMYK
RGB Variations
Color information
#0FFEDA (or 0x0FFEDA) is known color: Bright Turquoise. HEX triplet: 0F, FE and DA. RGB value is (15,254,218). Sum of RGB (Red+Green+Blue) = 15+254+218=487 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.08% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFEDA is #F00125. Grayscale: #B2B2B2. Windows color (decimal): -15728934 or 14351887. OLE color: 14351887.
HSL color Cylindrical-coordinate representation of color #0FFEDA: hue angle of 170.96º 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 #0FFEDA is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 218 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.00 |
| HSL | 170.96º | 0.99% | 0.53% | - |
| HSV(B) | 170.96º | 0.94% | 1% | - |
| XYZ | 48.29 | 76.05 | 78.46 | - |
| YUV | 178.44 | 150.32 | 11.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 218 | 0.94 | 0 | 0.14 | 0.00 | 170.96 | 0.99 | 0.53 |
| Hex | F | FE | DA | 5E | 0 | E | 0 | AB | 63 | 35 |
| Octal | 17 | 376 | 332 | 136 | 0 | 16 | 0 | 253 | 143 | 65 |
| Binary | 1111 | 11111110 | 11011010 | 1011110 | 0 | 1110 | 0 | 10101011 | 1100011 | 110101 |
Color Harmonies of #0FFEDA
Complementary color
Monochromatic Colors of #0FFEDA
Black with #0FFEDA
Text Example
Text Example
White with #0FFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFEDA; }
p { color: rgb(15,254,218); }
H1.HeaderClassName
{
color: #0FFEDA;
}
.AnyTagClassName
{
color: #0FFEDA;
}
</style>
background-color css
<style>
a { background-color: #0FFEDA; }
a { background-color: rgb(15,254,218); }
div.DivClassName
{
background-color: #0FFEDA;
}
.BgClassName
{
background-color: #0FFEDA;
}
</style>
border-color css
<style>
span { border-color: #0FFEDA; }
span { border-color: rgb(15,254,218); }
td.TdClassName
{
border-color: #0FFEDA;
}
.TagClassName
{
border-color: #0FFEDA;
}
</style>