Shades of Bright Turquoise #0FF5DD
Tints of Bright Turquoise #0FF5DD
RGB
CMYK
RGB Variations
Color information
#0FF5DD (or 0x0FF5DD) is known color: Bright Turquoise. HEX triplet: 0F, F5 and DD. RGB value is (15,245,221). Sum of RGB (Red+Green+Blue) = 15+245+221=481 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #0FF5DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF5DD is #F00A22. Grayscale: #ADADAD. Windows color (decimal): -15731235 or 14546191. OLE color: 14546191.
HSL color Cylindrical-coordinate representation of color #0FF5DD: hue angle of 173.74º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF5DD is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 245 | 221 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.04 |
| HSL | 173.74º | 0.92% | 0.51% | - |
| HSV(B) | 173.74º | 0.94% | 0.96% | - |
| XYZ | 45.9 | 70.63 | 79.62 | - |
| YUV | 173.49 | 154.8 | 14.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 245 | 221 | 0.94 | 0 | 0.10 | 0.04 | 173.74 | 0.92 | 0.51 |
| Hex | F | F5 | DD | 5E | 0 | A | 4 | AE | 5C | 33 |
| Octal | 17 | 365 | 335 | 136 | 0 | 12 | 4 | 256 | 134 | 63 |
| Binary | 1111 | 11110101 | 11011101 | 1011110 | 0 | 1010 | 100 | 10101110 | 1011100 | 110011 |
Color Harmonies of #0FF5DD
Complementary color
Monochromatic Colors of #0FF5DD
Black with #0FF5DD
Text Example
Text Example
White with #0FF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF5DD; }
p { color: rgb(15,245,221); }
H1.HeaderClassName
{
color: #0FF5DD;
}
.AnyTagClassName
{
color: #0FF5DD;
}
</style>
background-color css
<style>
a { background-color: #0FF5DD; }
a { background-color: rgb(15,245,221); }
div.DivClassName
{
background-color: #0FF5DD;
}
.BgClassName
{
background-color: #0FF5DD;
}
</style>
border-color css
<style>
span { border-color: #0FF5DD; }
span { border-color: rgb(15,245,221); }
td.TdClassName
{
border-color: #0FF5DD;
}
.TagClassName
{
border-color: #0FF5DD;
}
</style>