Shades of Bright Turquoise #0FDFD5
Tints of Bright Turquoise #0FDFD5
RGB
CMYK
RGB Variations
Color information
#0FDFD5 (or 0x0FDFD5) is known color: Bright Turquoise. HEX triplet: 0F, DF and D5. RGB value is (15,223,213). Sum of RGB (Red+Green+Blue) = 15+223+213=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFD5 is #F0202A. Grayscale: #9F9F9F. Windows color (decimal): -15736875 or 14016271. OLE color: 14016271.
HSL color Cylindrical-coordinate representation of color #0FDFD5: hue angle of 177.12º 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 #0FDFD5 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 213 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.13 |
| HSL | 177.12º | 0.87% | 0.47% | - |
| HSV(B) | 177.12º | 0.93% | 0.87% | - |
| XYZ | 38.59 | 57.68 | 72.05 | - |
| YUV | 159.67 | 158.09 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 213 | 0.93 | 0 | 0.04 | 0.13 | 177.12 | 0.87 | 0.47 |
| Hex | F | DF | D5 | 5D | 0 | 4 | D | B1 | 57 | 2F |
| Octal | 17 | 337 | 325 | 135 | 0 | 4 | 15 | 261 | 127 | 57 |
| Binary | 1111 | 11011111 | 11010101 | 1011101 | 0 | 100 | 1101 | 10110001 | 1010111 | 101111 |
Color Harmonies of #0FDFD5
Complementary color
Monochromatic Colors of #0FDFD5
Black with #0FDFD5
Text Example
Text Example
White with #0FDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFD5; }
p { color: rgb(15,223,213); }
H1.HeaderClassName
{
color: #0FDFD5;
}
.AnyTagClassName
{
color: #0FDFD5;
}
</style>
background-color css
<style>
a { background-color: #0FDFD5; }
a { background-color: rgb(15,223,213); }
div.DivClassName
{
background-color: #0FDFD5;
}
.BgClassName
{
background-color: #0FDFD5;
}
</style>
border-color css
<style>
span { border-color: #0FDFD5; }
span { border-color: rgb(15,223,213); }
td.TdClassName
{
border-color: #0FDFD5;
}
.TagClassName
{
border-color: #0FDFD5;
}
</style>