Shades of Bright Turquoise #0FFDCF
Tints of Bright Turquoise #0FFDCF
RGB
CMYK
RGB Variations
Color information
#0FFDCF (or 0x0FFDCF) is known color: Bright Turquoise. HEX triplet: 0F, FD and CF. RGB value is (15,253,207). Sum of RGB (Red+Green+Blue) = 15+253+207=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDCF is #F00230. Grayscale: #B0B0B0. Windows color (decimal): -15729201 or 13630735. OLE color: 13630735.
HSL color Cylindrical-coordinate representation of color #0FFDCF: hue angle of 168.4º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDCF is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 207 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.01 |
| HSL | 168.4º | 0.98% | 0.53% | - |
| HSV(B) | 168.4º | 0.94% | 0.99% | - |
| XYZ | 46.58 | 74.86 | 71.03 | - |
| YUV | 176.59 | 145.15 | 12.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 207 | 0.94 | 0 | 0.18 | 0.01 | 168.4 | 0.98 | 0.53 |
| Hex | F | FD | CF | 5E | 0 | 12 | 1 | A8 | 62 | 35 |
| Octal | 17 | 375 | 317 | 136 | 0 | 22 | 1 | 250 | 142 | 65 |
| Binary | 1111 | 11111101 | 11001111 | 1011110 | 0 | 10010 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #0FFDCF
Complementary color
Monochromatic Colors of #0FFDCF
Black with #0FFDCF
Text Example
Text Example
White with #0FFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDCF; }
p { color: rgb(15,253,207); }
H1.HeaderClassName
{
color: #0FFDCF;
}
.AnyTagClassName
{
color: #0FFDCF;
}
</style>
background-color css
<style>
a { background-color: #0FFDCF; }
a { background-color: rgb(15,253,207); }
div.DivClassName
{
background-color: #0FFDCF;
}
.BgClassName
{
background-color: #0FFDCF;
}
</style>
border-color css
<style>
span { border-color: #0FFDCF; }
span { border-color: rgb(15,253,207); }
td.TdClassName
{
border-color: #0FFDCF;
}
.TagClassName
{
border-color: #0FFDCF;
}
</style>