Shades of Bright Turquoise #0FF1DE
Tints of Bright Turquoise #0FF1DE
RGB
CMYK
RGB Variations
Color information
#0FF1DE (or 0x0FF1DE) is known color: Bright Turquoise. HEX triplet: 0F, F1 and DE. RGB value is (15,241,222). Sum of RGB (Red+Green+Blue) = 15+241+222=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF1DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF1DE is #F00E21. Grayscale: #ABABAB. Windows color (decimal): -15732258 or 14610703. OLE color: 14610703.
HSL color Cylindrical-coordinate representation of color #0FF1DE: hue angle of 174.96º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF1DE is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 222 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.05 |
| HSL | 174.96º | 0.89% | 0.5% | - |
| HSV(B) | 174.96º | 0.94% | 0.95% | - |
| XYZ | 44.84 | 68.29 | 79.92 | - |
| YUV | 171.26 | 156.63 | 16.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 222 | 0.94 | 0 | 0.08 | 0.05 | 174.96 | 0.89 | 0.5 |
| Hex | F | F1 | DE | 5E | 0 | 8 | 5 | AF | 59 | 32 |
| Octal | 17 | 361 | 336 | 136 | 0 | 10 | 5 | 257 | 131 | 62 |
| Binary | 1111 | 11110001 | 11011110 | 1011110 | 0 | 1000 | 101 | 10101111 | 1011001 | 110010 |
Color Harmonies of #0FF1DE
Complementary color
Monochromatic Colors of #0FF1DE
Black with #0FF1DE
Text Example
Text Example
White with #0FF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF1DE; }
p { color: rgb(15,241,222); }
H1.HeaderClassName
{
color: #0FF1DE;
}
.AnyTagClassName
{
color: #0FF1DE;
}
</style>
background-color css
<style>
a { background-color: #0FF1DE; }
a { background-color: rgb(15,241,222); }
div.DivClassName
{
background-color: #0FF1DE;
}
.BgClassName
{
background-color: #0FF1DE;
}
</style>
border-color css
<style>
span { border-color: #0FF1DE; }
span { border-color: rgb(15,241,222); }
td.TdClassName
{
border-color: #0FF1DE;
}
.TagClassName
{
border-color: #0FF1DE;
}
</style>