Shades of Bright Turquoise #0FD8D8
Tints of Bright Turquoise #0FD8D8
RGB
CMYK
RGB Variations
Color information
#0FD8D8 (or 0x0FD8D8) is known color: Bright Turquoise. HEX triplet: 0F, D8 and D8. RGB value is (15,216,216). Sum of RGB (Red+Green+Blue) = 15+216+216=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #0FD8D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD8D8 is #F02727. Grayscale: #9B9B9B. Windows color (decimal): -15738664 or 14211087. OLE color: 14211087.
HSL color Cylindrical-coordinate representation of color #0FD8D8: hue angle of 180º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD8D8 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 216 | - |
| CMYK | 0.93 | 0 | 0 | 0.15 |
| HSL | 180º | 0.87% | 0.45% | - |
| HSV(B) | 180º | 0.93% | 0.85% | - |
| XYZ | 37.15 | 54.17 | 73.46 | - |
| YUV | 155.9 | 161.91 | 27.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 216 | 0.93 | 0 | 0 | 0.15 | 180 | 0.87 | 0.45 |
| Hex | F | D8 | D8 | 5D | 0 | 0 | F | B4 | 57 | 2D |
| Octal | 17 | 330 | 330 | 135 | 0 | 0 | 17 | 264 | 127 | 55 |
| Binary | 1111 | 11011000 | 11011000 | 1011101 | 0 | 0 | 1111 | 10110100 | 1010111 | 101101 |
Color Harmonies of #0FD8D8
Complementary color
Monochromatic Colors of #0FD8D8
Black with #0FD8D8
Text Example
Text Example
White with #0FD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD8D8; }
p { color: rgb(15,216,216); }
H1.HeaderClassName
{
color: #0FD8D8;
}
.AnyTagClassName
{
color: #0FD8D8;
}
</style>
background-color css
<style>
a { background-color: #0FD8D8; }
a { background-color: rgb(15,216,216); }
div.DivClassName
{
background-color: #0FD8D8;
}
.BgClassName
{
background-color: #0FD8D8;
}
</style>
border-color css
<style>
span { border-color: #0FD8D8; }
span { border-color: rgb(15,216,216); }
td.TdClassName
{
border-color: #0FD8D8;
}
.TagClassName
{
border-color: #0FD8D8;
}
</style>