Shades of Bright Turquoise #0FEBDA
Tints of Bright Turquoise #0FEBDA
RGB
CMYK
RGB Variations
Color information
#0FEBDA (or 0x0FEBDA) is known color: Bright Turquoise. HEX triplet: 0F, EB and DA. RGB value is (15,235,218). Sum of RGB (Red+Green+Blue) = 15+235+218=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBDA is #F01425. Grayscale: #A7A7A7. Windows color (decimal): -15733798 or 14347023. OLE color: 14347023.
HSL color Cylindrical-coordinate representation of color #0FEBDA: hue angle of 175.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBDA is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 218 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.08 |
| HSL | 175.36º | 0.88% | 0.49% | - |
| HSV(B) | 175.36º | 0.94% | 0.92% | - |
| XYZ | 42.56 | 64.58 | 76.55 | - |
| YUV | 167.28 | 156.61 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 218 | 0.94 | 0 | 0.07 | 0.08 | 175.36 | 0.88 | 0.49 |
| Hex | F | EB | DA | 5E | 0 | 7 | 8 | AF | 58 | 31 |
| Octal | 17 | 353 | 332 | 136 | 0 | 7 | 10 | 257 | 130 | 61 |
| Binary | 1111 | 11101011 | 11011010 | 1011110 | 0 | 111 | 1000 | 10101111 | 1011000 | 110001 |
Color Harmonies of #0FEBDA
Complementary color
Monochromatic Colors of #0FEBDA
Black with #0FEBDA
Text Example
Text Example
White with #0FEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBDA; }
p { color: rgb(15,235,218); }
H1.HeaderClassName
{
color: #0FEBDA;
}
.AnyTagClassName
{
color: #0FEBDA;
}
</style>
background-color css
<style>
a { background-color: #0FEBDA; }
a { background-color: rgb(15,235,218); }
div.DivClassName
{
background-color: #0FEBDA;
}
.BgClassName
{
background-color: #0FEBDA;
}
</style>
border-color css
<style>
span { border-color: #0FEBDA; }
span { border-color: rgb(15,235,218); }
td.TdClassName
{
border-color: #0FEBDA;
}
.TagClassName
{
border-color: #0FEBDA;
}
</style>