Shades of Bright Turquoise #0FDDCB
Tints of Bright Turquoise #0FDDCB
RGB
CMYK
RGB Variations
Color information
#0FDDCB (or 0x0FDDCB) is known color: Bright Turquoise. HEX triplet: 0F, DD and CB. RGB value is (15,221,203). Sum of RGB (Red+Green+Blue) = 15+221+203=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDCB is #F02234. Grayscale: #9D9D9D. Windows color (decimal): -15737397 or 13360399. OLE color: 13360399.
HSL color Cylindrical-coordinate representation of color #0FDDCB: hue angle of 174.76º 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 #0FDDCB is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 203 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.13 |
| HSL | 174.76º | 0.87% | 0.46% | - |
| HSV(B) | 174.76º | 0.93% | 0.87% | - |
| XYZ | 36.83 | 56.13 | 65.39 | - |
| YUV | 157.35 | 153.75 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 203 | 0.93 | 0 | 0.08 | 0.13 | 174.76 | 0.87 | 0.46 |
| Hex | F | DD | CB | 5D | 0 | 8 | D | AF | 57 | 2E |
| Octal | 17 | 335 | 313 | 135 | 0 | 10 | 15 | 257 | 127 | 56 |
| Binary | 1111 | 11011101 | 11001011 | 1011101 | 0 | 1000 | 1101 | 10101111 | 1010111 | 101110 |
Color Harmonies of #0FDDCB
Complementary color
Monochromatic Colors of #0FDDCB
Black with #0FDDCB
Text Example
Text Example
White with #0FDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDCB; }
p { color: rgb(15,221,203); }
H1.HeaderClassName
{
color: #0FDDCB;
}
.AnyTagClassName
{
color: #0FDDCB;
}
</style>
background-color css
<style>
a { background-color: #0FDDCB; }
a { background-color: rgb(15,221,203); }
div.DivClassName
{
background-color: #0FDDCB;
}
.BgClassName
{
background-color: #0FDDCB;
}
</style>
border-color css
<style>
span { border-color: #0FDDCB; }
span { border-color: rgb(15,221,203); }
td.TdClassName
{
border-color: #0FDDCB;
}
.TagClassName
{
border-color: #0FDDCB;
}
</style>