Shades of Bright Turquoise #0FEBDF
Tints of Bright Turquoise #0FEBDF
RGB
CMYK
RGB Variations
Color information
#0FEBDF (or 0x0FEBDF) is known color: Bright Turquoise. HEX triplet: 0F, EB and DF. RGB value is (15,235,223). Sum of RGB (Red+Green+Blue) = 15+235+223=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBDF is #F01420. Grayscale: #A7A7A7. Windows color (decimal): -15733793 or 14674703. OLE color: 14674703.
HSL color Cylindrical-coordinate representation of color #0FEBDF: hue angle of 176.73º 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 #0FEBDF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 223 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.08 |
| HSL | 176.73º | 0.88% | 0.49% | - |
| HSV(B) | 176.73º | 0.94% | 0.92% | - |
| XYZ | 43.22 | 64.85 | 80.05 | - |
| YUV | 167.85 | 159.11 | 18.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 223 | 0.94 | 0 | 0.05 | 0.08 | 176.73 | 0.88 | 0.49 |
| Hex | F | EB | DF | 5E | 0 | 5 | 8 | B1 | 58 | 31 |
| Octal | 17 | 353 | 337 | 136 | 0 | 5 | 10 | 261 | 130 | 61 |
| Binary | 1111 | 11101011 | 11011111 | 1011110 | 0 | 101 | 1000 | 10110001 | 1011000 | 110001 |
Color Harmonies of #0FEBDF
Complementary color
Monochromatic Colors of #0FEBDF
Black with #0FEBDF
Text Example
Text Example
White with #0FEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBDF; }
p { color: rgb(15,235,223); }
H1.HeaderClassName
{
color: #0FEBDF;
}
.AnyTagClassName
{
color: #0FEBDF;
}
</style>
background-color css
<style>
a { background-color: #0FEBDF; }
a { background-color: rgb(15,235,223); }
div.DivClassName
{
background-color: #0FEBDF;
}
.BgClassName
{
background-color: #0FEBDF;
}
</style>
border-color css
<style>
span { border-color: #0FEBDF; }
span { border-color: rgb(15,235,223); }
td.TdClassName
{
border-color: #0FEBDF;
}
.TagClassName
{
border-color: #0FEBDF;
}
</style>