Shades of Bright Turquoise #0FDDDC
Tints of Bright Turquoise #0FDDDC
RGB
CMYK
RGB Variations
Color information
#0FDDDC (or 0x0FDDDC) is known color: Bright Turquoise. HEX triplet: 0F, DD and DC. RGB value is (15,221,220). Sum of RGB (Red+Green+Blue) = 15+221+220=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDDC is #F02223. Grayscale: #9F9F9F. Windows color (decimal): -15737380 or 14474511. OLE color: 14474511.
HSL color Cylindrical-coordinate representation of color #0FDDDC: hue angle of 179.71º 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 #0FDDDC is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 220 | - |
| CMYK | 0.93 | 0 | 0.00 | 0.13 |
| HSL | 179.71º | 0.87% | 0.46% | - |
| HSV(B) | 179.71º | 0.93% | 0.87% | - |
| XYZ | 38.97 | 56.98 | 76.65 | - |
| YUV | 159.29 | 162.25 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 220 | 0.93 | 0 | 0.00 | 0.13 | 179.71 | 0.87 | 0.46 |
| Hex | F | DD | DC | 5D | 0 | 0 | D | B4 | 57 | 2E |
| Octal | 17 | 335 | 334 | 135 | 0 | 0 | 15 | 264 | 127 | 56 |
| Binary | 1111 | 11011101 | 11011100 | 1011101 | 0 | 0 | 1101 | 10110100 | 1010111 | 101110 |
Color Harmonies of #0FDDDC
Complementary color
Monochromatic Colors of #0FDDDC
Black with #0FDDDC
Text Example
Text Example
White with #0FDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDDC; }
p { color: rgb(15,221,220); }
H1.HeaderClassName
{
color: #0FDDDC;
}
.AnyTagClassName
{
color: #0FDDDC;
}
</style>
background-color css
<style>
a { background-color: #0FDDDC; }
a { background-color: rgb(15,221,220); }
div.DivClassName
{
background-color: #0FDDDC;
}
.BgClassName
{
background-color: #0FDDDC;
}
</style>
border-color css
<style>
span { border-color: #0FDDDC; }
span { border-color: rgb(15,221,220); }
td.TdClassName
{
border-color: #0FDDDC;
}
.TagClassName
{
border-color: #0FDDDC;
}
</style>