Shades of Bright Turquoise #0FF3DC
Tints of Bright Turquoise #0FF3DC
RGB
CMYK
RGB Variations
Color information
#0FF3DC (or 0x0FF3DC) is known color: Bright Turquoise. HEX triplet: 0F, F3 and DC. RGB value is (15,243,220). Sum of RGB (Red+Green+Blue) = 15+243+220=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF3DC is #F00C23. Grayscale: #ACACAC. Windows color (decimal): -15731748 or 14480143. OLE color: 14480143.
HSL color Cylindrical-coordinate representation of color #0FF3DC: hue angle of 173.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3DC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 220 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.05 |
| HSL | 173.95º | 0.9% | 0.51% | - |
| HSV(B) | 173.95º | 0.94% | 0.95% | - |
| XYZ | 45.17 | 69.37 | 78.72 | - |
| YUV | 172.21 | 154.96 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 220 | 0.94 | 0 | 0.09 | 0.05 | 173.95 | 0.9 | 0.51 |
| Hex | F | F3 | DC | 5E | 0 | 9 | 5 | AE | 5A | 33 |
| Octal | 17 | 363 | 334 | 136 | 0 | 11 | 5 | 256 | 132 | 63 |
| Binary | 1111 | 11110011 | 11011100 | 1011110 | 0 | 1001 | 101 | 10101110 | 1011010 | 110011 |
Color Harmonies of #0FF3DC
Complementary color
Monochromatic Colors of #0FF3DC
Black with #0FF3DC
Text Example
Text Example
White with #0FF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF3DC; }
p { color: rgb(15,243,220); }
H1.HeaderClassName
{
color: #0FF3DC;
}
.AnyTagClassName
{
color: #0FF3DC;
}
</style>
background-color css
<style>
a { background-color: #0FF3DC; }
a { background-color: rgb(15,243,220); }
div.DivClassName
{
background-color: #0FF3DC;
}
.BgClassName
{
background-color: #0FF3DC;
}
</style>
border-color css
<style>
span { border-color: #0FF3DC; }
span { border-color: rgb(15,243,220); }
td.TdClassName
{
border-color: #0FF3DC;
}
.TagClassName
{
border-color: #0FF3DC;
}
</style>