Shades of Bright Turquoise #0FFDDD
Tints of Bright Turquoise #0FFDDD
RGB
CMYK
RGB Variations
Color information
#0FFDDD (or 0x0FFDDD) is known color: Bright Turquoise. HEX triplet: 0F, FD and DD. RGB value is (15,253,221). Sum of RGB (Red+Green+Blue) = 15+253+221=489 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDDD is #F00222. Grayscale: #B2B2B2. Windows color (decimal): -15729187 or 14548239. OLE color: 14548239.
HSL color Cylindrical-coordinate representation of color #0FFDDD: hue angle of 171.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDDD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 221 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.01 |
| HSL | 171.93º | 0.98% | 0.53% | - |
| HSV(B) | 171.93º | 0.94% | 0.99% | - |
| XYZ | 48.37 | 75.57 | 80.44 | - |
| YUV | 178.19 | 152.15 | 11.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 221 | 0.94 | 0 | 0.13 | 0.01 | 171.93 | 0.98 | 0.53 |
| Hex | F | FD | DD | 5E | 0 | D | 1 | AC | 62 | 35 |
| Octal | 17 | 375 | 335 | 136 | 0 | 15 | 1 | 254 | 142 | 65 |
| Binary | 1111 | 11111101 | 11011101 | 1011110 | 0 | 1101 | 1 | 10101100 | 1100010 | 110101 |
Color Harmonies of #0FFDDD
Complementary color
Monochromatic Colors of #0FFDDD
Black with #0FFDDD
Text Example
Text Example
White with #0FFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDDD; }
p { color: rgb(15,253,221); }
H1.HeaderClassName
{
color: #0FFDDD;
}
.AnyTagClassName
{
color: #0FFDDD;
}
</style>
background-color css
<style>
a { background-color: #0FFDDD; }
a { background-color: rgb(15,253,221); }
div.DivClassName
{
background-color: #0FFDDD;
}
.BgClassName
{
background-color: #0FFDDD;
}
</style>
border-color css
<style>
span { border-color: #0FFDDD; }
span { border-color: rgb(15,253,221); }
td.TdClassName
{
border-color: #0FFDDD;
}
.TagClassName
{
border-color: #0FFDDD;
}
</style>