Shades of Bright Turquoise #0FDCF0
Tints of Bright Turquoise #0FDCF0
RGB
CMYK
RGB Variations
Color information
#0FDCF0 (or 0x0FDCF0) is known color: Bright Turquoise. HEX triplet: 0F, DC and F0. RGB value is (15,220,240). Sum of RGB (Red+Green+Blue) = 15+220+240=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FDCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCF0 is #F0230F. Grayscale: #A0A0A0. Windows color (decimal): -15737616 or 15784975. OLE color: 15784975.
HSL color Cylindrical-coordinate representation of color #0FDCF0: hue angle of 185.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDCF0 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 220 | 240 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.06 |
| HSL | 185.33º | 0.88% | 0.5% | - |
| HSV(B) | 185.33º | 0.94% | 0.94% | - |
| XYZ | 41.52 | 57.58 | 91.36 | - |
| YUV | 160.99 | 172.58 | 23.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 240 | 0.94 | 0.08 | 0 | 0.06 | 185.33 | 0.88 | 0.5 |
| Hex | F | DC | F0 | 5E | 8 | 0 | 6 | B9 | 58 | 32 |
| Octal | 17 | 334 | 360 | 136 | 10 | 0 | 6 | 271 | 130 | 62 |
| Binary | 1111 | 11011100 | 11110000 | 1011110 | 1000 | 0 | 110 | 10111001 | 1011000 | 110010 |
Color Harmonies of #0FDCF0
Complementary color
Monochromatic Colors of #0FDCF0
Black with #0FDCF0
Text Example
Text Example
White with #0FDCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCF0; }
p { color: rgb(15,220,240); }
H1.HeaderClassName
{
color: #0FDCF0;
}
.AnyTagClassName
{
color: #0FDCF0;
}
</style>
background-color css
<style>
a { background-color: #0FDCF0; }
a { background-color: rgb(15,220,240); }
div.DivClassName
{
background-color: #0FDCF0;
}
.BgClassName
{
background-color: #0FDCF0;
}
</style>
border-color css
<style>
span { border-color: #0FDCF0; }
span { border-color: rgb(15,220,240); }
td.TdClassName
{
border-color: #0FDCF0;
}
.TagClassName
{
border-color: #0FDCF0;
}
</style>