Shades of Bright Turquoise #0FDED1
Tints of Bright Turquoise #0FDED1
RGB
CMYK
RGB Variations
Color information
#0FDED1 (or 0x0FDED1) is known color: Bright Turquoise. HEX triplet: 0F, DE and D1. RGB value is (15,222,209). Sum of RGB (Red+Green+Blue) = 15+222+209=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDED1 is #F0212E. Grayscale: #9E9E9E. Windows color (decimal): -15737135 or 13753871. OLE color: 13753871.
HSL color Cylindrical-coordinate representation of color #0FDED1: hue angle of 176.23º 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 #0FDED1 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 209 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.13 |
| HSL | 176.23º | 0.87% | 0.46% | - |
| HSV(B) | 176.23º | 0.93% | 0.87% | - |
| XYZ | 37.83 | 56.95 | 69.32 | - |
| YUV | 158.63 | 156.42 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 209 | 0.93 | 0 | 0.06 | 0.13 | 176.23 | 0.87 | 0.46 |
| Hex | F | DE | D1 | 5D | 0 | 6 | D | B0 | 57 | 2E |
| Octal | 17 | 336 | 321 | 135 | 0 | 6 | 15 | 260 | 127 | 56 |
| Binary | 1111 | 11011110 | 11010001 | 1011101 | 0 | 110 | 1101 | 10110000 | 1010111 | 101110 |
Color Harmonies of #0FDED1
Complementary color
Monochromatic Colors of #0FDED1
Black with #0FDED1
Text Example
Text Example
White with #0FDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDED1; }
p { color: rgb(15,222,209); }
H1.HeaderClassName
{
color: #0FDED1;
}
.AnyTagClassName
{
color: #0FDED1;
}
</style>
background-color css
<style>
a { background-color: #0FDED1; }
a { background-color: rgb(15,222,209); }
div.DivClassName
{
background-color: #0FDED1;
}
.BgClassName
{
background-color: #0FDED1;
}
</style>
border-color css
<style>
span { border-color: #0FDED1; }
span { border-color: rgb(15,222,209); }
td.TdClassName
{
border-color: #0FDED1;
}
.TagClassName
{
border-color: #0FDED1;
}
</style>