Shades of Bright Turquoise #0FFDCE
Tints of Bright Turquoise #0FFDCE
RGB
CMYK
RGB Variations
Color information
#0FFDCE (or 0x0FFDCE) is known color: Bright Turquoise. HEX triplet: 0F, FD and CE. RGB value is (15,253,206). Sum of RGB (Red+Green+Blue) = 15+253+206=474 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDCE is #F00231. Grayscale: #B0B0B0. Windows color (decimal): -15729202 or 13565199. OLE color: 13565199.
HSL color Cylindrical-coordinate representation of color #0FFDCE: hue angle of 168.15º 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 #0FFDCE is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 206 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.01 |
| HSL | 168.15º | 0.98% | 0.53% | - |
| HSV(B) | 168.15º | 0.94% | 0.99% | - |
| XYZ | 46.46 | 74.81 | 70.38 | - |
| YUV | 176.48 | 144.65 | 12.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 206 | 0.94 | 0 | 0.19 | 0.01 | 168.15 | 0.98 | 0.53 |
| Hex | F | FD | CE | 5E | 0 | 13 | 1 | A8 | 62 | 35 |
| Octal | 17 | 375 | 316 | 136 | 0 | 23 | 1 | 250 | 142 | 65 |
| Binary | 1111 | 11111101 | 11001110 | 1011110 | 0 | 10011 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #0FFDCE
Complementary color
Monochromatic Colors of #0FFDCE
Black with #0FFDCE
Text Example
Text Example
White with #0FFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDCE; }
p { color: rgb(15,253,206); }
H1.HeaderClassName
{
color: #0FFDCE;
}
.AnyTagClassName
{
color: #0FFDCE;
}
</style>
background-color css
<style>
a { background-color: #0FFDCE; }
a { background-color: rgb(15,253,206); }
div.DivClassName
{
background-color: #0FFDCE;
}
.BgClassName
{
background-color: #0FFDCE;
}
</style>
border-color css
<style>
span { border-color: #0FFDCE; }
span { border-color: rgb(15,253,206); }
td.TdClassName
{
border-color: #0FFDCE;
}
.TagClassName
{
border-color: #0FFDCE;
}
</style>