Shades of Bright Turquoise #0FDED6
Tints of Bright Turquoise #0FDED6
RGB
CMYK
RGB Variations
Color information
#0FDED6 (or 0x0FDED6) is known color: Bright Turquoise. HEX triplet: 0F, DE and D6. RGB value is (15,222,214). Sum of RGB (Red+Green+Blue) = 15+222+214=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDED6 is #F02129. Grayscale: #9F9F9F. Windows color (decimal): -15737130 or 14081551. OLE color: 14081551.
HSL color Cylindrical-coordinate representation of color #0FDED6: hue angle of 177.68º 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 #0FDED6 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 214 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.13 |
| HSL | 177.68º | 0.87% | 0.46% | - |
| HSV(B) | 177.68º | 0.93% | 0.87% | - |
| XYZ | 38.46 | 57.2 | 72.63 | - |
| YUV | 159.2 | 158.92 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 214 | 0.93 | 0 | 0.04 | 0.13 | 177.68 | 0.87 | 0.46 |
| Hex | F | DE | D6 | 5D | 0 | 4 | D | B2 | 57 | 2E |
| Octal | 17 | 336 | 326 | 135 | 0 | 4 | 15 | 262 | 127 | 56 |
| Binary | 1111 | 11011110 | 11010110 | 1011101 | 0 | 100 | 1101 | 10110010 | 1010111 | 101110 |
Color Harmonies of #0FDED6
Complementary color
Monochromatic Colors of #0FDED6
Black with #0FDED6
Text Example
Text Example
White with #0FDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDED6; }
p { color: rgb(15,222,214); }
H1.HeaderClassName
{
color: #0FDED6;
}
.AnyTagClassName
{
color: #0FDED6;
}
</style>
background-color css
<style>
a { background-color: #0FDED6; }
a { background-color: rgb(15,222,214); }
div.DivClassName
{
background-color: #0FDED6;
}
.BgClassName
{
background-color: #0FDED6;
}
</style>
border-color css
<style>
span { border-color: #0FDED6; }
span { border-color: rgb(15,222,214); }
td.TdClassName
{
border-color: #0FDED6;
}
.TagClassName
{
border-color: #0FDED6;
}
</style>