Shades of Bright Turquoise #0FDBD3
Tints of Bright Turquoise #0FDBD3
RGB
CMYK
RGB Variations
Color information
#0FDBD3 (or 0x0FDBD3) is known color: Bright Turquoise. HEX triplet: 0F, DB and D3. RGB value is (15,219,211). Sum of RGB (Red+Green+Blue) = 15+219+211=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBD3 is #F0242C. Grayscale: #9C9C9C. Windows color (decimal): -15737901 or 13884175. OLE color: 13884175.
HSL color Cylindrical-coordinate representation of color #0FDBD3: hue angle of 177.65º 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 #0FDBD3 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 211 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.14 |
| HSL | 177.65º | 0.87% | 0.46% | - |
| HSV(B) | 177.65º | 0.93% | 0.86% | - |
| XYZ | 37.29 | 55.47 | 70.37 | - |
| YUV | 157.09 | 158.41 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 211 | 0.93 | 0 | 0.04 | 0.14 | 177.65 | 0.87 | 0.46 |
| Hex | F | DB | D3 | 5D | 0 | 4 | E | B2 | 57 | 2E |
| Octal | 17 | 333 | 323 | 135 | 0 | 4 | 16 | 262 | 127 | 56 |
| Binary | 1111 | 11011011 | 11010011 | 1011101 | 0 | 100 | 1110 | 10110010 | 1010111 | 101110 |
Color Harmonies of #0FDBD3
Complementary color
Monochromatic Colors of #0FDBD3
Black with #0FDBD3
Text Example
Text Example
White with #0FDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBD3; }
p { color: rgb(15,219,211); }
H1.HeaderClassName
{
color: #0FDBD3;
}
.AnyTagClassName
{
color: #0FDBD3;
}
</style>
background-color css
<style>
a { background-color: #0FDBD3; }
a { background-color: rgb(15,219,211); }
div.DivClassName
{
background-color: #0FDBD3;
}
.BgClassName
{
background-color: #0FDBD3;
}
</style>
border-color css
<style>
span { border-color: #0FDBD3; }
span { border-color: rgb(15,219,211); }
td.TdClassName
{
border-color: #0FDBD3;
}
.TagClassName
{
border-color: #0FDBD3;
}
</style>