Shades of Bright Turquoise #0FDDDF
Tints of Bright Turquoise #0FDDDF
RGB
CMYK
RGB Variations
Color information
#0FDDDF (or 0x0FDDDF) is known color: Bright Turquoise. HEX triplet: 0F, DD and DF. RGB value is (15,221,223). Sum of RGB (Red+Green+Blue) = 15+221+223=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FDDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDDF is #F02220. Grayscale: #9F9F9F. Windows color (decimal): -15737377 or 14671119. OLE color: 14671119.
HSL color Cylindrical-coordinate representation of color #0FDDDF: hue angle of 180.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDDDF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 223 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.13 |
| HSL | 180.58º | 0.87% | 0.47% | - |
| HSV(B) | 180.58º | 0.93% | 0.87% | - |
| XYZ | 39.37 | 57.14 | 78.77 | - |
| YUV | 159.63 | 163.75 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 223 | 0.93 | 0.01 | 0 | 0.13 | 180.58 | 0.87 | 0.47 |
| Hex | F | DD | DF | 5D | 1 | 0 | D | B5 | 57 | 2F |
| Octal | 17 | 335 | 337 | 135 | 1 | 0 | 15 | 265 | 127 | 57 |
| Binary | 1111 | 11011101 | 11011111 | 1011101 | 1 | 0 | 1101 | 10110101 | 1010111 | 101111 |
Color Harmonies of #0FDDDF
Complementary color
Monochromatic Colors of #0FDDDF
Black with #0FDDDF
Text Example
Text Example
White with #0FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDDF; }
p { color: rgb(15,221,223); }
H1.HeaderClassName
{
color: #0FDDDF;
}
.AnyTagClassName
{
color: #0FDDDF;
}
</style>
background-color css
<style>
a { background-color: #0FDDDF; }
a { background-color: rgb(15,221,223); }
div.DivClassName
{
background-color: #0FDDDF;
}
.BgClassName
{
background-color: #0FDDDF;
}
</style>
border-color css
<style>
span { border-color: #0FDDDF; }
span { border-color: rgb(15,221,223); }
td.TdClassName
{
border-color: #0FDDDF;
}
.TagClassName
{
border-color: #0FDDDF;
}
</style>