Shades of Bright Turquoise #0FDDD1
Tints of Bright Turquoise #0FDDD1
RGB
CMYK
RGB Variations
Color information
#0FDDD1 (or 0x0FDDD1) is known color: Bright Turquoise. HEX triplet: 0F, DD and D1. RGB value is (15,221,209). Sum of RGB (Red+Green+Blue) = 15+221+209=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDD1 is #F0222E. Grayscale: #9D9D9D. Windows color (decimal): -15737391 or 13753615. OLE color: 13753615.
HSL color Cylindrical-coordinate representation of color #0FDDD1: hue angle of 176.5º 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 #0FDDD1 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 209 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.13 |
| HSL | 176.5º | 0.87% | 0.46% | - |
| HSV(B) | 176.5º | 0.93% | 0.87% | - |
| XYZ | 37.56 | 56.42 | 69.23 | - |
| YUV | 158.04 | 156.75 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 209 | 0.93 | 0 | 0.05 | 0.13 | 176.5 | 0.87 | 0.46 |
| Hex | F | DD | D1 | 5D | 0 | 5 | D | B1 | 57 | 2E |
| Octal | 17 | 335 | 321 | 135 | 0 | 5 | 15 | 261 | 127 | 56 |
| Binary | 1111 | 11011101 | 11010001 | 1011101 | 0 | 101 | 1101 | 10110001 | 1010111 | 101110 |
Color Harmonies of #0FDDD1
Complementary color
Monochromatic Colors of #0FDDD1
Black with #0FDDD1
Text Example
Text Example
White with #0FDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDD1; }
p { color: rgb(15,221,209); }
H1.HeaderClassName
{
color: #0FDDD1;
}
.AnyTagClassName
{
color: #0FDDD1;
}
</style>
background-color css
<style>
a { background-color: #0FDDD1; }
a { background-color: rgb(15,221,209); }
div.DivClassName
{
background-color: #0FDDD1;
}
.BgClassName
{
background-color: #0FDDD1;
}
</style>
border-color css
<style>
span { border-color: #0FDDD1; }
span { border-color: rgb(15,221,209); }
td.TdClassName
{
border-color: #0FDDD1;
}
.TagClassName
{
border-color: #0FDDD1;
}
</style>