Shades of Bright Turquoise #0FDFCE
Tints of Bright Turquoise #0FDFCE
RGB
CMYK
RGB Variations
Color information
#0FDFCE (or 0x0FDFCE) is known color: Bright Turquoise. HEX triplet: 0F, DF and CE. RGB value is (15,223,206). Sum of RGB (Red+Green+Blue) = 15+223+206=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFCE is #F02031. Grayscale: #9E9E9E. Windows color (decimal): -15736882 or 13557519. OLE color: 13557519.
HSL color Cylindrical-coordinate representation of color #0FDFCE: hue angle of 175.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFCE is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 206 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.13 |
| HSL | 175.1º | 0.87% | 0.47% | - |
| HSV(B) | 175.1º | 0.93% | 0.87% | - |
| XYZ | 37.73 | 57.33 | 67.47 | - |
| YUV | 158.87 | 154.59 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 206 | 0.93 | 0 | 0.08 | 0.13 | 175.1 | 0.87 | 0.47 |
| Hex | F | DF | CE | 5D | 0 | 8 | D | AF | 57 | 2F |
| Octal | 17 | 337 | 316 | 135 | 0 | 10 | 15 | 257 | 127 | 57 |
| Binary | 1111 | 11011111 | 11001110 | 1011101 | 0 | 1000 | 1101 | 10101111 | 1010111 | 101111 |
Color Harmonies of #0FDFCE
Complementary color
Monochromatic Colors of #0FDFCE
Black with #0FDFCE
Text Example
Text Example
White with #0FDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFCE; }
p { color: rgb(15,223,206); }
H1.HeaderClassName
{
color: #0FDFCE;
}
.AnyTagClassName
{
color: #0FDFCE;
}
</style>
background-color css
<style>
a { background-color: #0FDFCE; }
a { background-color: rgb(15,223,206); }
div.DivClassName
{
background-color: #0FDFCE;
}
.BgClassName
{
background-color: #0FDFCE;
}
</style>
border-color css
<style>
span { border-color: #0FDFCE; }
span { border-color: rgb(15,223,206); }
td.TdClassName
{
border-color: #0FDFCE;
}
.TagClassName
{
border-color: #0FDFCE;
}
</style>