Shades of Bright Turquoise #0FDBD0
Tints of Bright Turquoise #0FDBD0
RGB
CMYK
RGB Variations
Color information
#0FDBD0 (or 0x0FDBD0) is known color: Bright Turquoise. HEX triplet: 0F, DB and D0. RGB value is (15,219,208). Sum of RGB (Red+Green+Blue) = 15+219+208=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBD0 is #F0242F. Grayscale: #9C9C9C. Windows color (decimal): -15737904 or 13687567. OLE color: 13687567.
HSL color Cylindrical-coordinate representation of color #0FDBD0: hue angle of 176.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDBD0 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 208 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.14 |
| HSL | 176.76º | 0.87% | 0.46% | - |
| HSV(B) | 176.76º | 0.93% | 0.86% | - |
| XYZ | 36.91 | 55.32 | 68.41 | - |
| YUV | 156.75 | 156.91 | 26.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 208 | 0.93 | 0 | 0.05 | 0.14 | 176.76 | 0.87 | 0.46 |
| Hex | F | DB | D0 | 5D | 0 | 5 | E | B1 | 57 | 2E |
| Octal | 17 | 333 | 320 | 135 | 0 | 5 | 16 | 261 | 127 | 56 |
| Binary | 1111 | 11011011 | 11010000 | 1011101 | 0 | 101 | 1110 | 10110001 | 1010111 | 101110 |
Color Harmonies of #0FDBD0
Complementary color
Monochromatic Colors of #0FDBD0
Black with #0FDBD0
Text Example
Text Example
White with #0FDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBD0; }
p { color: rgb(15,219,208); }
H1.HeaderClassName
{
color: #0FDBD0;
}
.AnyTagClassName
{
color: #0FDBD0;
}
</style>
background-color css
<style>
a { background-color: #0FDBD0; }
a { background-color: rgb(15,219,208); }
div.DivClassName
{
background-color: #0FDBD0;
}
.BgClassName
{
background-color: #0FDBD0;
}
</style>
border-color css
<style>
span { border-color: #0FDBD0; }
span { border-color: rgb(15,219,208); }
td.TdClassName
{
border-color: #0FDBD0;
}
.TagClassName
{
border-color: #0FDBD0;
}
</style>