Shades of Bright Turquoise #0FF6DE
Tints of Bright Turquoise #0FF6DE
RGB
CMYK
RGB Variations
Color information
#0FF6DE (or 0x0FF6DE) is known color: Bright Turquoise. HEX triplet: 0F, F6 and DE. RGB value is (15,246,222). Sum of RGB (Red+Green+Blue) = 15+246+222=483 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6DE is #F00921. Grayscale: #AEAEAE. Windows color (decimal): -15730978 or 14611983. OLE color: 14611983.
HSL color Cylindrical-coordinate representation of color #0FF6DE: hue angle of 173.77º degrees, saturation: 0.93, 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 #0FF6DE is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 222 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.04 |
| HSL | 173.77º | 0.93% | 0.51% | - |
| HSV(B) | 173.77º | 0.94% | 0.96% | - |
| XYZ | 46.34 | 71.29 | 80.42 | - |
| YUV | 174.2 | 154.97 | 14.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 222 | 0.94 | 0 | 0.10 | 0.04 | 173.77 | 0.93 | 0.51 |
| Hex | F | F6 | DE | 5E | 0 | A | 4 | AE | 5D | 33 |
| Octal | 17 | 366 | 336 | 136 | 0 | 12 | 4 | 256 | 135 | 63 |
| Binary | 1111 | 11110110 | 11011110 | 1011110 | 0 | 1010 | 100 | 10101110 | 1011101 | 110011 |
Color Harmonies of #0FF6DE
Complementary color
Monochromatic Colors of #0FF6DE
Black with #0FF6DE
Text Example
Text Example
White with #0FF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6DE; }
p { color: rgb(15,246,222); }
H1.HeaderClassName
{
color: #0FF6DE;
}
.AnyTagClassName
{
color: #0FF6DE;
}
</style>
background-color css
<style>
a { background-color: #0FF6DE; }
a { background-color: rgb(15,246,222); }
div.DivClassName
{
background-color: #0FF6DE;
}
.BgClassName
{
background-color: #0FF6DE;
}
</style>
border-color css
<style>
span { border-color: #0FF6DE; }
span { border-color: rgb(15,246,222); }
td.TdClassName
{
border-color: #0FF6DE;
}
.TagClassName
{
border-color: #0FF6DE;
}
</style>