Shades of Bright Turquoise #0FDED4
Tints of Bright Turquoise #0FDED4
RGB
CMYK
RGB Variations
Color information
#0FDED4 (or 0x0FDED4) is known color: Bright Turquoise. HEX triplet: 0F, DE and D4. RGB value is (15,222,212). Sum of RGB (Red+Green+Blue) = 15+222+212=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDED4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDED4 is #F0212B. Grayscale: #9E9E9E. Windows color (decimal): -15737132 or 13950479. OLE color: 13950479.
HSL color Cylindrical-coordinate representation of color #0FDED4: hue angle of 177.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDED4 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 212 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.13 |
| HSL | 177.1º | 0.87% | 0.46% | - |
| HSV(B) | 177.1º | 0.93% | 0.87% | - |
| XYZ | 38.2 | 57.1 | 71.29 | - |
| YUV | 158.97 | 157.92 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 212 | 0.93 | 0 | 0.05 | 0.13 | 177.1 | 0.87 | 0.46 |
| Hex | F | DE | D4 | 5D | 0 | 5 | D | B1 | 57 | 2E |
| Octal | 17 | 336 | 324 | 135 | 0 | 5 | 15 | 261 | 127 | 56 |
| Binary | 1111 | 11011110 | 11010100 | 1011101 | 0 | 101 | 1101 | 10110001 | 1010111 | 101110 |
Color Harmonies of #0FDED4
Complementary color
Monochromatic Colors of #0FDED4
Black with #0FDED4
Text Example
Text Example
White with #0FDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDED4; }
p { color: rgb(15,222,212); }
H1.HeaderClassName
{
color: #0FDED4;
}
.AnyTagClassName
{
color: #0FDED4;
}
</style>
background-color css
<style>
a { background-color: #0FDED4; }
a { background-color: rgb(15,222,212); }
div.DivClassName
{
background-color: #0FDED4;
}
.BgClassName
{
background-color: #0FDED4;
}
</style>
border-color css
<style>
span { border-color: #0FDED4; }
span { border-color: rgb(15,222,212); }
td.TdClassName
{
border-color: #0FDED4;
}
.TagClassName
{
border-color: #0FDED4;
}
</style>