Shades of Bright Turquoise #0FDEDF
Tints of Bright Turquoise #0FDEDF
RGB
CMYK
RGB Variations
Color information
#0FDEDF (or 0x0FDEDF) is known color: Bright Turquoise. HEX triplet: 0F, DE and DF. RGB value is (15,222,223). Sum of RGB (Red+Green+Blue) = 15+222+223=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FDEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDEDF is #F02120. Grayscale: #A0A0A0. Windows color (decimal): -15737121 or 14671375. OLE color: 14671375.
HSL color Cylindrical-coordinate representation of color #0FDEDF: hue angle of 180.29º 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 #0FDEDF is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 223 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.13 |
| HSL | 180.29º | 0.87% | 0.47% | - |
| HSV(B) | 180.29º | 0.93% | 0.87% | - |
| XYZ | 39.64 | 57.67 | 78.85 | - |
| YUV | 160.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 223 | 0.93 | 0.00 | 0 | 0.13 | 180.29 | 0.87 | 0.47 |
| Hex | F | DE | DF | 5D | 0 | 0 | D | B4 | 57 | 2F |
| Octal | 17 | 336 | 337 | 135 | 0 | 0 | 15 | 264 | 127 | 57 |
| Binary | 1111 | 11011110 | 11011111 | 1011101 | 0 | 0 | 1101 | 10110100 | 1010111 | 101111 |
Color Harmonies of #0FDEDF
Complementary color
Monochromatic Colors of #0FDEDF
Black with #0FDEDF
Text Example
Text Example
White with #0FDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEDF; }
p { color: rgb(15,222,223); }
H1.HeaderClassName
{
color: #0FDEDF;
}
.AnyTagClassName
{
color: #0FDEDF;
}
</style>
background-color css
<style>
a { background-color: #0FDEDF; }
a { background-color: rgb(15,222,223); }
div.DivClassName
{
background-color: #0FDEDF;
}
.BgClassName
{
background-color: #0FDEDF;
}
</style>
border-color css
<style>
span { border-color: #0FDEDF; }
span { border-color: rgb(15,222,223); }
td.TdClassName
{
border-color: #0FDEDF;
}
.TagClassName
{
border-color: #0FDEDF;
}
</style>