Shades of Bright Turquoise #0FF0DD
Tints of Bright Turquoise #0FF0DD
RGB
CMYK
RGB Variations
Color information
#0FF0DD (or 0x0FF0DD) is known color: Bright Turquoise. HEX triplet: 0F, F0 and DD. RGB value is (15,240,221). Sum of RGB (Red+Green+Blue) = 15+240+221=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF0DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF0DD is #F00F22. Grayscale: #AAAAAA. Windows color (decimal): -15732515 or 14544911. OLE color: 14544911.
HSL color Cylindrical-coordinate representation of color #0FF0DD: hue angle of 174.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF0DD is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 221 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.06 |
| HSL | 174.93º | 0.88% | 0.5% | - |
| HSV(B) | 174.93º | 0.94% | 0.94% | - |
| XYZ | 44.41 | 67.64 | 79.12 | - |
| YUV | 170.56 | 156.46 | 17.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 221 | 0.94 | 0 | 0.08 | 0.06 | 174.93 | 0.88 | 0.5 |
| Hex | F | F0 | DD | 5E | 0 | 8 | 6 | AF | 58 | 32 |
| Octal | 17 | 360 | 335 | 136 | 0 | 10 | 6 | 257 | 130 | 62 |
| Binary | 1111 | 11110000 | 11011101 | 1011110 | 0 | 1000 | 110 | 10101111 | 1011000 | 110010 |
Color Harmonies of #0FF0DD
Complementary color
Monochromatic Colors of #0FF0DD
Black with #0FF0DD
Text Example
Text Example
White with #0FF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF0DD; }
p { color: rgb(15,240,221); }
H1.HeaderClassName
{
color: #0FF0DD;
}
.AnyTagClassName
{
color: #0FF0DD;
}
</style>
background-color css
<style>
a { background-color: #0FF0DD; }
a { background-color: rgb(15,240,221); }
div.DivClassName
{
background-color: #0FF0DD;
}
.BgClassName
{
background-color: #0FF0DD;
}
</style>
border-color css
<style>
span { border-color: #0FF0DD; }
span { border-color: rgb(15,240,221); }
td.TdClassName
{
border-color: #0FF0DD;
}
.TagClassName
{
border-color: #0FF0DD;
}
</style>